Skip to content

Commit

Permalink
Update administrator/components/com_content/Model/ArticleModel.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Quy <quy@fluxbb.org>
  • Loading branch information
alikon and Quy committed Jun 12, 2019
1 parent a3b6e12 commit d75ec74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ public function featured($pks, $value = 0)
// First, we find out which of our new featured articles are already featured.
$query = $db->getQuery(true)
->select($db->quoteName('f.content_id'))
->from('#__content_frontpage AS f')
->from($db->quoteName('#__content_frontpage ', 'f'))
->whereIn($db->quoteName('content_id'), $pks);
$db->setQuery($query);

Expand Down

0 comments on commit d75ec74

Please sign in to comment.