mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Implemented in-line client/category creation from account view
* [FIX] Minor bugfixes
This commit is contained in:
@@ -238,10 +238,6 @@ class ClientRepository extends Repository implements RepositoryItemInterface
|
||||
*/
|
||||
public function delete($id)
|
||||
{
|
||||
if ($this->checkInUse($id)) {
|
||||
throw new SPException(SPException::SP_WARNING, __u('No es posible eliminar'));
|
||||
}
|
||||
|
||||
$query = /** @lang SQL */
|
||||
'DELETE FROM Client WHERE id = ? LIMIT 1';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user