From 62b523beac55f99323a9db0e4a117ecef5cb14c3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 25 Sep 2014 07:15:30 +0000 Subject: [PATCH] to ease upgrade, as hook is removed --- mail/inc/class.mail_hooks.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index 0d0411032c..8cefd840c3 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -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();