| Summary | No tasks to display |
| Queue | Nag |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | aaronp (at) critd (dot) com |
| Created | 6/4/06 (7328 days ago) |
| Due | |
| Updated | 6/6/06 (7326 days ago) |
| Assigned | |
| Resolved | 6/6/06 (7326 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No tasks to display
Queue ⇒ Nag
no tasks to display. I changed line 186 in lib/Block/summary.php from:
if (empty($html)) {
...to:
if (!$tasks) {
...which fixed the problem.