make getGroupsChunk() protected instead of private

This commit is contained in:
Alexander Bergolth 2014-03-13 10:57:19 +01:00
parent 7f8b04d3e0
commit c76d952dac
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}