Просмотр исходного кода

fixes ZF-6564 although extending _getAccount() should not be required any more.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16887 44c647ce-9c0f-0410-b52a-842ac1e357ba
sgehrig 16 лет назад
Родитель
Сommit
2ca8202302
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      library/Zend/Ldap.php

+ 1 - 1
library/Zend/Ldap.php

@@ -598,7 +598,7 @@ class Zend_Ldap
      * @return array An array of the attributes representing the account
      * @throws Zend_Ldap_Exception
      */
-    private function _getAccount($acctname, array $attrs = null)
+    protected function _getAccount($acctname, array $attrs = null)
     {
         $baseDn = $this->getBaseDn();
         if (!$baseDn) {