From 18bc1f7a233b911fecdee0668caaca0db2a2f282 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 28 Nov 2011 09:58:12 +0000 Subject: - Fix get_realm() by removing debug code (shame on me) git-svn-id: https://svn.roundcube.net/trunk@5500 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.php | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/acl/acl.php') diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 2c8265029..3a5fd1ac1 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -627,7 +627,6 @@ class acl extends rcube_plugin $acl = $this->rc->imap->get_acl('INBOX'); if (is_array($acl)) { $regexp = '/^' . preg_quote($_SESSION['username'], '/') . '@(.*)$/'; - $regexp = '/^' . preg_quote('aleksander.machniak', '/') . '@(.*)$/'; foreach (array_keys($acl) as $name) { if (preg_match($regexp, $name, $matches)) { $domain = $matches[1]; -- cgit v1.2.3