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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Undefined variable in data.php
Queue ⇒ Nag
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.