summaryrefslogtreecommitdiff
path: root/plugins/acl/acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/acl/acl.php')
-rw-r--r--plugins/acl/acl.php1
1 files changed, 0 insertions, 1 deletions
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];