diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-21 08:02:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-21 08:02:32 +0000 |
| commit | 64b86db3981acf0c52b35f3c95c3383d8b28417e (patch) | |
| tree | 361ff9aea39edbe237223995a3ec31e949bf55c5 /plugins/acl/acl.php | |
| parent | edfa0f8a1b6f34cabcad7066e6b9329971760b84 (diff) | |
- Add 'searching' label (for user autocompletion)
git-svn-id: https://svn.roundcube.net/trunk@4950 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/acl.php')
| -rw-r--r-- | plugins/acl/acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php index 24dcc95d4..e733237eb 100644 --- a/plugins/acl/acl.php +++ b/plugins/acl/acl.php @@ -181,6 +181,7 @@ class acl extends rcube_plugin $this->mbox = $mbox_imap; $this->rc->output->set_env('acl_users_source', (bool) $this->rc->config->get('acl_users_source')); $this->rc->output->set_env('mailbox', $mbox_imap); + $this->rc->output->add_label('searching'); $this->rc->output->add_handlers(array( 'acltable' => array($this, 'templ_table'), 'acluser' => array($this, 'templ_user'), |
