Ticket #762 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

Notice: Undefined variable: notification

Reported by: gimler Owned by: somebody
Priority: minor Milestone: 2.0.0 (OLD)
Component: Other Version: 0.9.0
Severity: Keywords:
Cc: Has Test:
Status: Has Patch:

Description

Task.php (line 72) return $notification that is undefined

Change History

Changed 17 months ago by jwage

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

(In [3850]) fixes #762

Changed 17 months ago by Markus.Staab

  • status changed from closed to reopened
  • resolution fixed deleted

Fix is incorrect...

it should be } else if ( $notification !== null ) {

instead of } else if ( $nofity !== null ) {

Changed 17 months ago by pookey

  • status changed from reopened to closed
  • resolution set to fixed

(In [3854]) fixes #762 again

Note: See TracTickets for help on using tickets.