From 2b997733ea287860256cedf8599f969789b12ec0 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 31 Jul 2009 17:51:16 -0400 Subject: [PATCH] We will never be requesting prototye.js in this function. --- framework/Core/lib/Horde/Script/Files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Script/Files.php b/framework/Core/lib/Horde/Script/Files.php index aeb75cb98..821ef8351 100644 --- a/framework/Core/lib/Horde/Script/Files.php +++ b/framework/Core/lib/Horde/Script/Files.php @@ -91,7 +91,7 @@ class Horde_Script_Files $this->_included[$app][$url] = true; // Always add prototype.js. - if (empty($this->_files) && ($file != 'prototype.js')) { + if (empty($this->_files)) { $this->add('prototype.js', 'horde', true); } -- 2.11.0