Framework: getOb() -> getLdap()
authorBen Klang <ben@alkaloid.net>
Fri, 4 Jun 2010 16:59:20 +0000 (12:59 -0400)
committerBen Klang <ben@alkaloid.net>
Fri, 4 Jun 2010 16:59:20 +0000 (12:59 -0400)
framework/Core/lib/Horde/Core/Factory/Ldap.php

index 7cc17e8..a63b2ad 100644 (file)
@@ -78,7 +78,7 @@ class Horde_Core_Factory_Ldap
         /* Determine if we are using the base LDAP config. */
         if (isset($config['driverconfig']) &&
             ($config['driverconfig'] == 'horde')) {
-            $this->_instances[$sig] = $this->getOb();
+            $this->_instances[$sig] = $this->getLdap();
             return $this->_instances[$sig];
         }