Fix prototype loading.
authorJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 09:40:05 +0000 (11:40 +0200)
committerJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 09:40:05 +0000 (11:40 +0200)
framework/Core/lib/Horde/Script/Files.php

index 7295892..934f9eb 100644 (file)
@@ -117,7 +117,7 @@ class Horde_Script_Files
 
         // Always add prototype.js.
         if (empty($this->_files) && ($file != 'prototype.js')) {
-            $this->add('prototype.js', 'horde');
+            $this->add('prototype.js', 'horde', true);
         }
 
         // Explicitly check for a directly serve-able version of the script.