allow subclassing

This commit is contained in:
Roland Gruber 2017-01-15 11:02:18 +01:00
parent d07a463e9a
commit 71f4307745
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ class posixGroup extends baseModule implements passwordService {
*
* @return array list in format array(uid => array('gid' => 123, 'cn' => 'Some user'))
*/
private function getUsers() {
protected function getUsers() {
if ($this->cachedUserToGIDList != null) {
return $this->cachedUserToGIDList;
}