From: Jan Schneider Date: Fri, 12 Mar 2010 16:09:18 +0000 (+0100) Subject: Remove usage of undefined variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ec7853d2a54e8229d6276d5b61f0419b718c35c7;p=horde.git Remove usage of undefined variable. --- diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index 2dca95aa8..bc7345df7 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -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); }