diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-28 09:58:12 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-28 09:58:12 +0000 |
| commit | 18bc1f7a233b911fecdee0668caaca0db2a2f282 (patch) | |
| tree | f091846c84aa25c06da2750605e4be1c8b3be80f /plugins/acl/acl.php | |
| parent | 62073d43bc8fb42a9bee9fa218c5c8e12388fa39 (diff) | |
- Fix get_realm() by removing debug code (shame on me)
git-svn-id: https://svn.roundcube.net/trunk@5500 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/acl.php')
| -rw-r--r-- | plugins/acl/acl.php | 1 |
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]; |
