mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +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 (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!");
|
throw new egw_exception_wrong_parameter("No method $name!");
|
||||||
}
|
}
|
||||||
$accountsel = new uiaccountsel();
|
$accountsel = new uiaccountsel();
|
||||||
|
Loading…
Reference in New Issue
Block a user