Ticket #1748 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Bug in Output.php method addJavascriptFile

Reported by: shaunmza Assigned to: somebody
Priority: normal Milestone: 1.0
Component: SGL - Output Severity: open
Keywords: output, addjavascriptfile Cc:

Description

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.

Change History

03/22/10 15:20:22 changed by demian

  • status changed from new to closed.
  • resolution set to fixed.