From 1cbb895bc085403088f24ff89f3489dc80dd64ee Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 14 Jul 2009 14:33:32 +0200 Subject: [PATCH] Fix loading of global configurations. --- framework/Core/lib/Horde.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 21cdb795d..47f4c59a9 100644 --- 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); -- 2.11.0