Skip to content

Commit

Permalink
Update administrator/components/com_content/Model/FeaturedModel.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 13, 2019
1 parent f1a4c8b commit fd3204f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ protected function getListQuery()
->orWhere($db->quoteName('a.note') . ' LIKE :note')
->bind(':title', $search)
->bind(':alias', $search)
->bind(':note', $search);
->bind(':note', $search);
}
}

Expand Down

0 comments on commit fd3204f

Please sign in to comment.