Rename Horde_Db_Base back to Horde_Db_Adapter_Base
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 28 May 2010 16:18:04 +0000 (10:18 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 28 May 2010 16:18:04 +0000 (10:18 -0600)
framework/Core/lib/Horde/Core/Binder/DbBase.php
framework/Core/lib/Horde/Registry.php

index 0219789..8df788c 100644 (file)
@@ -6,6 +6,9 @@
 class Horde_Core_Binder_DbBase implements Horde_Injector_Binder
 {
     /**
+     * Returns the Horde_Db_Adapter_Base object for the default Horde DB/SQL
+     * configuration.
+     *
      * @return Horde_Db_Adapter_Base
      * @throws Horde_Exception
      */
index 26b8d37..8dd741e 100644 (file)
@@ -236,7 +236,7 @@ class Horde_Registry
             'Horde_Core_Auth_Signup' => new Horde_Core_Binder_AuthSignup(),
             'Horde_Data' => new Horde_Core_Binder_Data(),
             'Horde_Db' => new Horde_Core_Binder_Db(),
-            'Horde_Db_Base' => new Horde_Core_Binder_DbBase(),
+            'Horde_Db_Adapter_Base' => new Horde_Core_Binder_DbBase(),
             'Horde_Db_Pear' => new Horde_Core_Binder_DbPear(),
             'Horde_Editor' => new Horde_Core_Binder_Editor(),
             'Horde_History' => new Horde_Core_Binder_History(),