mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
fixed bug of not removable apps in the user management
This commit is contained in:
parent
fdc23f5846
commit
3168a88a87
@ -406,6 +406,8 @@
|
|||||||
$where['acl_account'] = $cache_accountid[$accountid] = get_account_id($accountid,$this->account_id);
|
$where['acl_account'] = $cache_accountid[$accountid] = get_account_id($accountid,$this->account_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($app == '%' || $app == '%%') unset($where['acl_appname']);
|
||||||
|
|
||||||
$this->db->delete($this->table_name,$where,__LINE__,__FILE__);
|
$this->db->delete($this->table_name,$where,__LINE__,__FILE__);
|
||||||
|
|
||||||
return $this->db->affected_rows();
|
return $this->db->affected_rows();
|
||||||
|
Loading…
Reference in New Issue
Block a user