Skip to content

Commit

Permalink
Of course we dont want to reset the event list
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 5, 2017
1 parent 578a9b0 commit 2324876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MailQueueHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ protected function sendEmailToUser($userName, $email, $lang, $timezone, $maxTime
$template->addHeading($l->t('Hello %s',[$user->getDisplayName()]), $l->t('Hello %s,',[$user->getDisplayName()]));
$template->addBodyText($l->t('There was some activity at %s', [$this->urlGenerator->getAbsoluteURL('/')]));

$activityEvents = [];
foreach ($activityEvents as $activity) {
/** @var IEvent $event */
$event = $activity['event'];
Expand Down

0 comments on commit 2324876

Please sign in to comment.