There is no "auth" application.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Jun 2010 22:23:13 +0000 (18:23 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Jun 2010 22:23:13 +0000 (18:23 -0400)
Assuming this was meant to be 'horde', which is the default.

framework/Core/lib/Horde/Core/Factory/Auth.php

index 3844100..b6ade05 100644 (file)
@@ -143,7 +143,7 @@ class Horde_Core_Factory_Auth
                 break;
 
             case 'sql':
-                $params['db'] = $this->_injector->getInstance('Horde_Db')->getDb('auth');
+                $params['db'] = $this->_injector->getInstance('Horde_Db')->getDb();
                 break;
             }