Skip to content

Commit

Permalink
Reset collection after property access. Fixes #172
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Apr 1, 2019
1 parent 14d73c4 commit 0534b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ModuleNewsletterActivateNotificationCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ protected function activateRecipient($token)
}

$strEmail = $objRecipient->email;
$objRecipient->reset();
}

$time = time();
Expand Down

0 comments on commit 0534b18

Please sign in to comment.