make getOUs() protected
This commit is contained in:
parent
da3e69ae0d
commit
d593df8eeb
|
@ -2043,7 +2043,7 @@ class accountContainer {
|
|||
*
|
||||
* @return array OU list
|
||||
*/
|
||||
private function getOUs() {
|
||||
public function getOUs() {
|
||||
if ($this->cachedOUs != null) {
|
||||
return $this->cachedOUs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue