projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e761faf
)
Framework: getOb() -> getLdap()
author
Ben Klang
<ben@alkaloid.net>
Fri, 4 Jun 2010 16:59:20 +0000
(12:59 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 4 Jun 2010 16:59:20 +0000
(12:59 -0400)
framework/Core/lib/Horde/Core/Factory/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Factory/Ldap.php
b/framework/Core/lib/Horde/Core/Factory/Ldap.php
index
7cc17e8
..
a63b2ad
100644
(file)
--- 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->get
Ob
();
+ $this->_instances[$sig] = $this->get
Ldap
();
return $this->_instances[$sig];
}