From bcf644f1408e1394a5aa12810fd064756955e855 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 2 Aug 2010 23:44:21 -0600 Subject: [PATCH] Placeholder for Horde_Ldap injection. --- framework/Core/lib/Horde/Core/Factory/Prefs.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/Core/lib/Horde/Core/Factory/Prefs.php b/framework/Core/lib/Horde/Core/Factory/Prefs.php index 6e61a30f6..00658a061 100644 --- a/framework/Core/lib/Horde/Core/Factory/Prefs.php +++ b/framework/Core/lib/Horde/Core/Factory/Prefs.php @@ -99,6 +99,10 @@ class Horde_Core_Factory_Prefs $this->_instances[$sig]->setScope($scope); } else { switch ($driver) { + case 'Ldap': + //$params['ldap'] = $this->_injector->getInstance('Horde_Ldap')->getLdap('horde', 'ldap'); + break; + case 'Sql': $params['db'] = $this->_injector->getInstance('Horde_Db')->getDb(); // @todo All DB's use UTF-8(?) Does not seem to be a way to -- 2.11.0