make getGroupsChunk() protected instead of private

remotes/origin/ldap_group_count
Alexander Bergolth 11 years ago
parent 7f8b04d3e0
commit c76d952dac
  1. 2
      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();
}

Loading…
Cancel
Save