Skip to content

Commit

Permalink
This is no loop.
Browse files Browse the repository at this point in the history
#php7
  • Loading branch information
yunosh committed Apr 26, 2016
1 parent 6f5a962 commit 7afb574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Nag.php
Expand Up @@ -1825,7 +1825,7 @@ public static function sendITipNotifications(

$email = Nag::getUserEmail($task->assignee);
if (strpos($email, '@') === false) {
continue;
return;
}

/* Determine all notification-specific strings. */
Expand Down

0 comments on commit 7afb574

Please sign in to comment.