Skip to content

Commit

Permalink
No need to replace tokens again (see #75)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Sep 6, 2015
1 parent 13e5d8b commit 054d6f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/NotificationCenter/Util/String.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ public static function compileRecipients($strRecipients, $arrTokens)

foreach ((array) trimsplit(',', $strRecipients) as $strAddress) {
if ($strAddress != '') {
$strAddress = static::recursiveReplaceTokensAndTags($strAddress, $arrTokens, static::NO_TAGS | static::NO_BREAKS);

list($strName, $strEmail) = \String::splitFriendlyEmail($strAddress);

// Address could become empty through invalid insert tag
Expand Down

0 comments on commit 054d6f4

Please sign in to comment.