From: Jan Schneider Date: Thu, 3 Jun 2010 23:00:10 +0000 (+0200) Subject: Fix method name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e761faffd8c2b237f9ccf1d89380c267978ee053;p=horde.git Fix method name. --- 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]; }