From 4cee4866d6b623e2e13b3c76b50a31201dbc7234 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Thu, 23 Aug 2012 18:35:16 -0400 Subject: [PATCH] reverting changes for headPublisher (wrong changes) --- gulliver/system/class.headPublisher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.headPublisher.php b/gulliver/system/class.headPublisher.php index f9e92b71e..48ea9cd42 100755 --- a/gulliver/system/class.headPublisher.php +++ b/gulliver/system/class.headPublisher.php @@ -491,7 +491,7 @@ class headPublisher { if ($debug) { foreach ($pluginJavascripts as $pluginJsFile) { $jsPluginCacheName = ''; - if (substr($pgetRegisteredJavascriptByluginJsFile, -3) != '.js') { + if (substr($pluginJsFile, -3) != '.js') { $pluginJsFile .= '.js'; }