Fix method name.
authorJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 23:00:10 +0000 (01:00 +0200)
committerJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 23:00:10 +0000 (01:00 +0200)
framework/Core/lib/Horde/Core/Factory/Db.php

index f51bd42..41fd7af 100644 (file)
@@ -80,7 +80,7 @@ class Horde_Core_Factory_Db
         /* Determine if we are using the base SQL config. */
         if (isset($config['driverconfig']) &&
             ($config['driverconfig'] == 'horde')) {
-            $this->_instances[$sig] = $this->getOb();
+            $this->_instances[$sig] = $this->getDb();
             return $this->_instances[$sig];
         }