Skip to content

Commit

Permalink
[BUGFIX] Make sure spam check signal is able to change spam point value
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Oct 1, 2016
1 parent c22f9e6 commit 67ba66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Service/SpamCheckService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2014-2015 Felix Nagel <info@felixnagel.com>
* (c) 2014-2016 Felix Nagel <info@felixnagel.com>
*
* All rights reserved
*
Expand Down Expand Up @@ -82,7 +82,7 @@ public function process($settings)
$this->signalSlotDispatcher->dispatch(
__CLASS__,
'spamCheck',
array($settings, $arguments, $spamPoints, $this)
array($settings, $arguments, &$spamPoints, $this)
);

return $spamPoints;
Expand Down

0 comments on commit 67ba66c

Please sign in to comment.