Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Send iTip notifications even to attendees that are not required to at…
…tend (Bug #13600).
  • Loading branch information
yunosh committed Sep 25, 2014
1 parent 6ce13b4 commit 6fb95b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kronolith/lib/Kronolith.php
Expand Up @@ -1907,7 +1907,6 @@ static public function sendITipNotifications(
* not need to participate, or has declined participating, or
* doesn't have an email address. */
if (strpos($email, '@') === false ||
$status['attendance'] == self::PART_NONE ||
$status['response'] == self::RESPONSE_DECLINED) {
continue;
}
Expand Down

0 comments on commit 6fb95b1

Please sign in to comment.