Skip to content

Commit

Permalink
Avoid undefined index.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 19, 2015
1 parent d728ee5 commit 5973b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nag/lib/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ public function add(array $task)
'parent' => '',
'private' => false,
'owner' => $GLOBALS['registry']->getAuth(),
'organizer' => null,
'assignee' => null,
'status' => null,
'completed_date' => 0,
'recurrence' => null),
$task
Expand Down

0 comments on commit 5973b56

Please sign in to comment.