allow subclassing
This commit is contained in:
parent
d07a463e9a
commit
71f4307745
|
@ -1231,7 +1231,7 @@ class posixGroup extends baseModule implements passwordService {
|
||||||
*
|
*
|
||||||
* @return array list in format array(uid => array('gid' => 123, 'cn' => 'Some user'))
|
* @return array list in format array(uid => array('gid' => 123, 'cn' => 'Some user'))
|
||||||
*/
|
*/
|
||||||
private function getUsers() {
|
protected function getUsers() {
|
||||||
if ($this->cachedUserToGIDList != null) {
|
if ($this->cachedUserToGIDList != null) {
|
||||||
return $this->cachedUserToGIDList;
|
return $this->cachedUserToGIDList;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue