diff --git a/Classes/Service/SpamCheckService.php b/Classes/Service/SpamCheckService.php index 31d8370e..8bd7b5d6 100644 --- a/Classes/Service/SpamCheckService.php +++ b/Classes/Service/SpamCheckService.php @@ -5,7 +5,7 @@ /*************************************************************** * Copyright notice * - * (c) 2014-2015 Felix Nagel + * (c) 2014-2016 Felix Nagel * * All rights reserved * @@ -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;