From e761faffd8c2b237f9ccf1d89380c267978ee053 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 4 Jun 2010 01:00:10 +0200 Subject: [PATCH] Fix method name. --- framework/Core/lib/Horde/Core/Factory/Db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Core/Factory/Db.php b/framework/Core/lib/Horde/Core/Factory/Db.php index f51bd420e..41fd7af2c 100644 --- a/framework/Core/lib/Horde/Core/Factory/Db.php +++ b/framework/Core/lib/Horde/Core/Factory/Db.php @@ -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]; } -- 2.11.0