Skip to content

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 1, 2015
1 parent e95d16f commit 3e05e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public function modify($taskId, array $properties)

/* Notify users about the changed event. */
try {
$result = Nag::sendNotification('edit', $new_task, $task);
Nag::sendNotification('edit', $new_task, $task);
} catch (Nag_Exception $e) {
Horde::log($e, 'ERR');
}
Expand Down

0 comments on commit 3e05e9c

Please sign in to comment.