Procházet zdrojové kódy

fixes ZF-7322

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16886 44c647ce-9c0f-0410-b52a-842ac1e357ba
sgehrig před 16 roky
rodič
revize
3d61c0d9dc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      library/Zend/Ldap.php

+ 2 - 2
library/Zend/Ldap.php

@@ -823,7 +823,7 @@ class Zend_Ldap
                     }
                 } else {
                     $username = $this->getCanonicalAccountName($username,
-                        Zend_Ldap::ACCTNAME_FORM_PRINCIPAL);
+                        $this->_getAccountCanonicalForm());
                 }
             }
         }
@@ -856,7 +856,7 @@ class Zend_Ldap
                      */
                     $message = $this->_connectString;
             }
-    
+
             $zle = new Zend_Ldap_Exception($this, $message);
         }
         $this->disconnect();