Fix loading of global configurations.
authorJan Schneider <jan@horde.org>
Tue, 14 Jul 2009 12:33:32 +0000 (14:33 +0200)
committerJan Schneider <jan@horde.org>
Tue, 14 Jul 2009 12:33:32 +0000 (14:33 +0200)
framework/Core/lib/Horde.php

index 21cdb79..47f4c59 100644 (file)
@@ -727,6 +727,8 @@ HTML;
     {
         global $conf;
 
+        $type = Horde_String::lower($type);
+
         $c = null;
         if (is_array($backend)) {
             $c = Horde_Array::getElement($conf, $backend);