Remove usage of undefined variable.
authorJan Schneider <jan@horde.org>
Fri, 12 Mar 2010 16:09:18 +0000 (17:09 +0100)
committerJan Schneider <jan@horde.org>
Fri, 12 Mar 2010 16:09:18 +0000 (17:09 +0100)
framework/Util/lib/Horde/Util.php

index 2dca95a..bc7345d 100644 (file)
@@ -739,12 +739,6 @@ class Horde_Util
      */
     static public function assertDriverConfig($params, $fields, $name)
     {
-        $info = array_merge($info, array(
-            'params' => $params,
-            'fields' => $fields,
-            'name' => $name
-        ));
-
         if (!is_array($params) || !count($params)) {
             throw new Horde_Exception(sprintf('No configuration information specified for %s.', $name), self::DRIVER_CONFIG_MISSING);
         }