From: Jan Schneider Date: Tue, 14 Jul 2009 12:33:32 +0000 (+0200) Subject: Fix loading of global configurations. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1cbb895bc085403088f24ff89f3489dc80dd64ee;p=horde.git Fix loading of global configurations. --- 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);