Skip to content

Commit

Permalink
Clearer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 27, 2013
1 parent 28f6326 commit 767341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Prefs/Special/Acl.php
Expand Up @@ -113,7 +113,7 @@ public function display(Horde_Core_Prefs_Ui $ui)

$view->new_user = $new_user;
} catch (Horde_Auth_Exception $e) {
// No-op
$notification->push('Could not authenticate as admin user to obtain ACLs. Perhaps your admin configuration is incorrect in config/backends.local.php?', 'horde.warning');
} catch (Horde_Exception $e) {
if (!($e->getPrevious() instanceof IMP_Exception)) {
$notification->push($e);
Expand Down

0 comments on commit 767341c

Please sign in to comment.