projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d37322
)
Return array if an array was requested.
author
Jan Schneider
<jan@horde.org>
Sun, 23 Aug 2009 13:49:12 +0000
(15:49 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 23 Aug 2009 13:49:12 +0000
(15:49 +0200)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
1f71c11
..
ed64e3f
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-849,7
+849,7
@@
HTML;
// file exist.
if (!$was_included) {
self::logMessage(sprintf('Failed to import configuration file "%s".', $config_dir . $config_file), __FILE__, __LINE__, PEAR_LOG_DEBUG);
- return;
+ return
is_array($var_names) ? array() : null
;
}
if (isset($output) && $show_output) {