mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
bugfix: typo prevened deletion of distribution lists
This commit is contained in:
parent
8ab5ef92a2
commit
841c85b9db
@ -978,7 +978,7 @@ class bocontacts extends socontacts
|
|||||||
*/
|
*/
|
||||||
function delete_list($list)
|
function delete_list($list)
|
||||||
{
|
{
|
||||||
if (!$this->ceck_list($list,EGW_ACL_DELETE)) return false;
|
if (!$this->check_list($list,EGW_ACL_DELETE)) return false;
|
||||||
|
|
||||||
return parent::delete_list($list);
|
return parent::delete_list($list);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user