mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
to ease upgrade, as hook is removed
This commit is contained in:
parent
be369d7ac9
commit
62b523beac
@ -754,6 +754,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