From b82aa18e536682364efb32173296022f91aac526 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Thu, 28 Feb 2013 15:51:01 -0400 Subject: [PATCH] BUG 10902 Cambio del tipo de definicion de la clase headPublisher SOLVED - Se hizo el cambio sugerido por proyectos --- gulliver/system/class.headPublisher.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gulliver/system/class.headPublisher.php b/gulliver/system/class.headPublisher.php index 4d71d8e92..22b89f69a 100644 --- a/gulliver/system/class.headPublisher.php +++ b/gulliver/system/class.headPublisher.php @@ -34,7 +34,7 @@ */ class headPublisher { - private static $instance = null; + public static $instance = null; var $scriptFiles = array (); var $leimnudLoad = array (); @@ -62,7 +62,7 @@ class headPublisher var $tplVariable = array (); var $translationsFile; - + var $leimnudInitString = ' var leimnud = new maborak(); leimnud.make({ zip:true, @@ -213,7 +213,7 @@ class headPublisher $this->addScriptFile( "/js/widgets/js-calendar/unicode-letter.js" ); //$this->addScriptFile( "/js/widgets/js-calendar/lang/" . $sysLang . ".js" ); - + $head = ''; $head .= '' . $this->title . "\n"; foreach ($this->scriptFiles as $file) { @@ -222,7 +222,7 @@ class headPublisher if(!in_array( $this->translationsFile, $this->scriptFiles)) { $head .= "\n"; } - + $head .= "