Skip to content

Commit

Permalink
Revert "Include the view url in the alarm notification."
Browse files Browse the repository at this point in the history
This reverts commit 45bb683.
  • Loading branch information
mrubinsk committed Dec 2, 2013
1 parent 45bb683 commit ce84b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kronolith/lib/Event.php
Expand Up @@ -2096,7 +2096,6 @@ public function toAlarm($time, $user = null, $prefs = null)
} else {
$methods['desktop']['subtitle'] = sprintf(_("From %s at %s to %s at %s"), $this->start->strftime($prefs->getValue('date_format')), $this->start->format($prefs->getValue('twentyFour') ? 'H:i' : 'h:ia'), $this->end->strftime($prefs->getValue('date_format')), $this->end->format($prefs->getValue('twentyFour') ? 'H:i' : 'h:ia'));
}
$methods['desktop']['url'] = strval($this->getViewUrl(array(), true, false));
}
$alarm = array(
'id' => $this->uid,
Expand Down

0 comments on commit ce84b68

Please sign in to comment.