Fix function arguments.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 14 May 2010 20:05:49 +0000 (14:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 14 May 2010 20:08:41 +0000 (14:08 -0600)
framework/Core/lib/Horde/Core/Factory/DbPear.php

index 901800a..7c2474d 100644 (file)
@@ -75,7 +75,7 @@ class Horde_Core_Factory_DbPear
             $params = array_merge($params, $params['read']);
         }
 
-        Horde::assertDriverConfig($params, 'sql', array('charset', 'phptype'), $ident, 'SQL');
+        Horde::assertDriverConfig($params, 'sql', array('charset', 'phptype'), 'SQL');
 
         /* Connect to the SQL server using the supplied parameters. */
         $db = DB::connect($params, array(