From: Michael M Slusarz Date: Fri, 14 May 2010 20:05:49 +0000 (-0600) Subject: Fix function arguments. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=04e0d0ffc7fa1b07ef2fcf62ec4221cbbafad701;p=horde.git Fix function arguments. --- diff --git a/framework/Core/lib/Horde/Core/Factory/DbPear.php b/framework/Core/lib/Horde/Core/Factory/DbPear.php index 901800a5a..7c2474d75 100644 --- a/framework/Core/lib/Horde/Core/Factory/DbPear.php +++ b/framework/Core/lib/Horde/Core/Factory/DbPear.php @@ -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(