summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acl/acl.php1
-rw-r--r--plugins/acl/package.xml4
2 files changed, 2 insertions, 3 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];
diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml
index 9ee13bed7..f4a2a367b 100644
--- a/plugins/acl/package.xml
+++ b/plugins/acl/package.xml
@@ -13,9 +13,9 @@
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
- <date>2011-11-21</date>
+ <date>2011-11-28</date>
<version>
- <release>0.6.5</release>
+ <release>0.6.6</release>
<api>0.6</api>
</version>
<stability>