demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Bug in Output.php method addJavascriptFile #1748

Closed demianturner closed 11 years ago

demianturner commented 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.