projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aec2f8
)
Fix loading of global configurations.
author
Jan Schneider
<jan@horde.org>
Tue, 14 Jul 2009 12:33:32 +0000
(14:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 14 Jul 2009 12:33:32 +0000
(14:33 +0200)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
21cdb79
..
47f4c59
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-727,6
+727,8
@@
HTML;
{
global $conf;
+ $type = Horde_String::lower($type);
+
$c = null;
if (is_array($backend)) {
$c = Horde_Array::getElement($conf, $backend);