From: Michael J. Rubinsky Date: Fri, 31 Jul 2009 21:51:16 +0000 (-0400) Subject: We will never be requesting prototye.js in this function. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2b997733ea287860256cedf8599f969789b12ec0;p=horde.git We will never be requesting prototye.js in this function. --- 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); }