to ease upgrade, as hook is removed

This commit is contained in:
Ralf Becker 2014-09-25 07:15:30 +00:00
parent be369d7ac9
commit 62b523beac

View File

@ -754,6 +754,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();