From: Ben Klang Date: Fri, 4 Jun 2010 16:59:20 +0000 (-0400) Subject: Framework: getOb() -> getLdap() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1dd7ecb1d0b309d28b697e7e2557ef9075d6e932;p=horde.git Framework: getOb() -> getLdap() --- diff --git a/framework/Core/lib/Horde/Core/Factory/Ldap.php b/framework/Core/lib/Horde/Core/Factory/Ldap.php index 7cc17e856..a63b2adb1 100644 --- a/framework/Core/lib/Horde/Core/Factory/Ldap.php +++ b/framework/Core/lib/Horde/Core/Factory/Ldap.php @@ -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]; }