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 71d0a5c commit a3b6e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,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('f.content_id')
->select($db->quoteName('f.content_id'))
->from('#__content_frontpage AS f')
->whereIn($db->quoteName('content_id'), $pks);
$db->setQuery($query);
Expand Down

0 comments on commit a3b6e12

Please sign in to comment.