Skip to content

Commit

Permalink
Update NewsManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-GS authored Apr 2, 2020
1 parent eef9a27 commit c9b08d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/NewsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ private function initializeArticleObject($result, $lang_id)
$newsArticle->setStatus($result->getValue('status'));
$newsArticle->setNewsmanager_category_id($result->getValue('newsmanager_category_id'));
$newsArticle->setTitle($result->getValue('title'));
// $newsArticle->setSubtitle($result->getValue('subtitle'));
$newsArticle->setSubtitle($result->getValue('subtitle'));
$newsArticle->setRichtext($result->getValue('richtext'));
$newsArticle->setImages($result->getValue('images'));
$newsArticle->setSeo_title($result->getValue('seo_title'));
$newsArticle->setSeo_title($result->getValue('seo_title'));
$newsArticle->setSeo_description($result->getValue('seo_description'));
$newsArticle->setSeo_canonical($result->getValue('seo_canonical'));
$newsArticle->setAuthor($result->getValue('author'));
Expand Down

0 comments on commit c9b08d3

Please sign in to comment.