projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b29c59
)
Remove usage of undefined variable.
author
Jan Schneider
<jan@horde.org>
Fri, 12 Mar 2010 16:09:18 +0000
(17:09 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 12 Mar 2010 16:09:18 +0000
(17:09 +0100)
framework/Util/lib/Horde/Util.php
patch
|
blob
|
history
diff --git
a/framework/Util/lib/Horde/Util.php
b/framework/Util/lib/Horde/Util.php
index
2dca95a
..
bc7345d
100644
(file)
--- 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);
}