mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
backport: to ease upgrade, as hook is removed
This commit is contained in:
parent
98b0578314
commit
338c625180
@ -746,6 +746,7 @@ class mail_hooks
|
||||
{
|
||||
if (substr($name, 0, 5) != 'deny_')
|
||||
{
|
||||
if ($name == 'edit_user') return; // to ease upgrade, as hook is removed
|
||||
throw new egw_exception_wrong_parameter("No method $name!");
|
||||
}
|
||||
$accountsel = new uiaccountsel();
|
||||
|
Loading…
Reference in New Issue
Block a user