diff --git a/application/modules/article/controllers/Index.php b/application/modules/article/controllers/Index.php index f892846cc..b14c17b11 100755 --- a/application/modules/article/controllers/Index.php +++ b/application/modules/article/controllers/Index.php @@ -115,7 +115,8 @@ public function showAction() ->setReadAccess($groups) ->setImage($this->getRequest()->getPost('image')) ->setImageSource($this->getRequest()->getPost('imageSource')) - ->setVisits(0); + ->setVisits(0) + ->setVotes(''); } else { $article = $articleMapper->getArticleByIdLocale($this->getRequest()->getParam('id'), $this->locale); }