Aleksander Machniak
2013-06-26 3427883c25efb2b0eb8f0e3a8fa6dac5e7f3275d
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
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();
        }