Skip to content

Commit

Permalink
added missing argument for createReplyMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Klefisch committed Feb 6, 2019
1 parent 328216c commit d79902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Queue/PopulateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function createExceptionReplyMessage(Context $context, Message $message,
$e->getLine()
);

return $this->createReplyMessage($context, $message, $errorMessage);
return $this->createReplyMessage($context, $message, $objectsCount, $errorMessage);
}

private function createReplyMessage(Context $context, Message $message, int $objectsCount, string $error = null): Message
Expand Down

0 comments on commit d79902e

Please sign in to comment.