6.0.0-alpha12
6/9/25

[#1793] Undefined variable in data.php
Summary Undefined variable in data.php
Queue Nag
Queue Version 2.0.1
Type Bug
State Resolved
Priority 1. Low
Owners
Requester sbeitzel (at) pobox (dot) com
Created 04/14/2005 (7361 days ago)
Due
Updated 04/15/2005 (7360 days ago)
Assigned
Resolved 04/15/2005 (7360 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/15/2005 04:44:03 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Already fixed for Nag 2.0.2.
04/14/2005 05:11:01 PM sbeitzel (at) pobox (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Undefined variable in data.php
Queue ⇒ Nag
Reply to this comment
At line 102 in data.php there is an if block. Inside this block, the 
variable $next_step gets defined. However, there is no 'else' block -- 
so if the condition is not met, then $next_step is never defined.



Immediately after this block, on line 117, we test to see if 
$next_step is an array. If at that point it is undefined (because of 
an error), you get complaints from PHP showing up on the task list page.

Saved Queries