Closed demianturner closed 11 years ago
Checked out the trunk from svn and in method addJavascriptFile in /lib/SGL/Output.php the variable '$this->aJavascriptFiles' never gets set.
Adding
$this->aJavascriptFiles = $aFiles;
to the end of the method fixes the problem.
Checked out the trunk from svn and in method addJavascriptFile in /lib/SGL/Output.php the variable '$this->aJavascriptFiles' never gets set.
Adding
$this->aJavascriptFiles = $aFiles;
to the end of the method fixes the problem.