Aleksander Machniak
2013-06-26 3427883c25efb2b0eb8f0e3a8fa6dac5e7f3275d
program/lib/Roundcube/rcube_ldap.php
@@ -1532,7 +1532,7 @@
            return array();
        // use cached list for searching
        if (!$this->cache || ($group_cache = $this->cache->get('groups')) === null) {
        if (!$this->cache || !empty($this->prop['group_filters']) || ($group_cache = $this->cache->get('groups')) === null) {
            $group_cache = $this->_fetch_groups();
        }