Skip to content

Commit

Permalink
Revert "Ensure we always have a start date for recurring tasks."
Browse files Browse the repository at this point in the history
This reverts commit d781318.
  • Loading branch information
mrubinsk committed Oct 21, 2014
1 parent 633c31a commit bbbff1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nag/lib/Task.php
Expand Up @@ -1299,8 +1299,6 @@ public function toASTask(array $options = array())
if (!empty($this->start)) {
$message->utcstartdate = new Horde_Date($this->start);
$message->startdate = new Horde_Date($this->start, 'UTC');
} elseif ($this->recurs()) {
$message->startdate = new Horde_Date(time());
}

/* Priority */
Expand Down

0 comments on commit bbbff1a

Please sign in to comment.