make getOUs() protected

This commit is contained in:
Roland Gruber 2014-02-22 13:03:01 +00:00
parent da3e69ae0d
commit d593df8eeb
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,7 @@ class accountContainer {
*
* @return array OU list
*/
private function getOUs() {
public function getOUs() {
if ($this->cachedOUs != null) {
return $this->cachedOUs;
}