From: Michael J. Rubinsky Date: Sun, 22 Nov 2009 18:20:55 +0000 (-0500) Subject: fix case X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f3ece3a1fc97f1964c51f2722ea3f193a282a729;p=horde.git fix case --- diff --git a/framework/Core/lib/Horde/Script/Files.php b/framework/Core/lib/Horde/Script/Files.php index c16c705ac..1dedfd429 100644 --- a/framework/Core/lib/Horde/Script/Files.php +++ b/framework/Core/lib/Horde/Script/Files.php @@ -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;