Skip to content

Commit

Permalink
Update components/com_content/Model/ArticlesModel.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 111bbe3 commit bdb38f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/Model/ArticlesModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function ($data) use ($db)

// Category has to be published
$query->where($db->quoteName('c.published') . ' = 1')
->whereIn($db->quoteName('ws.condition') . $condition);
->whereIn($db->quoteName('ws.condition'), $condition);
}

// Filter by featured state
Expand Down

0 comments on commit bdb38f1

Please sign in to comment.