Skip to content

Commit

Permalink
revert keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Nov 19, 2014
1 parent 4951260 commit 9bb0b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newscoop/library/Newscoop/Entity/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ public function getView()
'publication_number' => $this->publication ? $this->publication->getId() : null,
'issue_number' => $this->issue ? $this->issue->getNumber() : null,
'section_number' => $this->section ? $this->section->getNumber() : null,
'keywords' => array_filter(explode(',', $this->keywords)),
'onFrontPage' => $this->onFrontPage,
'onSection' => $this->onSection,
));
Expand Down

0 comments on commit 9bb0b8e

Please sign in to comment.