Ticket #274 (closed patch: fixed)

Opened 11 months ago

Last modified 11 months ago

Unused variable declared in engines

Reported by: renato Assigned to: ewout
Priority: low Milestone: 0.9.1
Component: core Version: 0.9.0
Severity: normal Keywords: patch
Cc: renato,ewout Patch Included:
Review Stage:

Description

In lib/engines.php, a global $menu array is declared, but I searched through all the code and it's not used anywhere. Maybe this was superposed by $PAGE->menu?

Attachments

unused_variable.patch (410 bytes) - added by renato on 01/17/08 23:01:00.
removes declaration of variable

Change History

01/17/08 23:01:00 changed by renato

  • attachment unused_variable.patch added.

removes declaration of variable

01/18/08 00:17:30 changed by ewout

  • owner changed from nobody to ewout.
  • status changed from new to assigned.

01/19/08 23:53:57 changed by ewout

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

Commited in r1518.