Skip to content

Commit

Permalink
Backport from FW_51.
Browse files Browse the repository at this point in the history
Bug: 12928
  • Loading branch information
mrubinsk committed Mar 6, 2014
1 parent 4415eab commit b7f60d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Event.php
Expand Up @@ -2002,7 +2002,7 @@ public function fromHash($hash)
*/
public function toAlarm($time, $user = null, $prefs = null)
{
if (!$this->alarm) {
if (!$this->alarm || $this->status == Kronolith::STATUS_CANCELLED) {
return;
}

Expand Down

0 comments on commit b7f60d4

Please sign in to comment.