fix case
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 22 Nov 2009 18:20:55 +0000 (13:20 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 22 Nov 2009 18:21:22 +0000 (13:21 -0500)
framework/Core/lib/Horde/Script/Files.php

index c16c705..1dedfd4 100644 (file)
@@ -81,8 +81,8 @@ class Horde_Script_Files
     {
         // Force external scripts under Horde scope to better avoid duplicates,
         // and to ensure they are loaded before other application specific files
-        $app = 'Horde';
-
+        $app = 'horde';
+        
         // Don't include scripts multiple times.
         if (!empty($this->_included[$app][$url])) {
             return false;