summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_ldap.php
diff options
context:
space:
mode:
authorAlexander Bergolth <leo@strike.wu.ac.at>2014-03-13 10:57:19 +0100
committerAlexander Bergolth <leo@strike.wu.ac.at>2014-03-13 10:57:19 +0100
commitc76d952dacd049971d128ec4061603e127de766e (patch)
treec83e93b2cbb33384488f97914b3be05cb5635d60 /apps/user_ldap/group_ldap.php
parent7f8b04d3e0392849de42a2b834bc1213d4c6149f (diff)
downloadnextcloud-server-c76d952dacd049971d128ec4061603e127de766e.tar.gz
nextcloud-server-c76d952dacd049971d128ec4061603e127de766e.zip
make getGroupsChunk() protected instead of private
Diffstat (limited to 'apps/user_ldap/group_ldap.php')
-rw-r--r--apps/user_ldap/group_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index cb6d256e5cc..4f2424d9531 100644
--- a/apps/user_ldap/group_ldap.php
+++ b/apps/user_ldap/group_ldap.php
@@ -301,7 +301,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
*
* Returns a list with all groups (used by getGroups)
*/
- private function getGroupsChunk($search = '', $limit = -1, $offset = 0) {
+ protected function getGroupsChunk($search = '', $limit = -1, $offset = 0) {
if(!$this->enabled) {
return array();
}