Skip to content

Commit

Permalink
Ensure we always have an id.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 1, 2015
1 parent 3e05e9c commit 62a151a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nag/app/controllers/SaveTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function processRequest(Horde_Controller_Request $request, Horde_Controll
$info['tasklist'] = $info['tasklist_id'];
$result = $storage->modify($info['task_id'], $info);
$method = Nag::ITIP_UPDATE;
$newid = array($info['task_id']);
} else {
/* Check permissions. */
$perms = $this->getInjector()->getInstance('Horde_Core_Perms');
Expand Down

0 comments on commit 62a151a

Please sign in to comment.