Skip to content

Commit

Permalink
Update administrator/components/com_plugins/Model/PluginsModel.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 Jul 3, 2019
1 parent 404e25a commit addc3d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -264,7 +264,7 @@ protected function getListQuery()
if ($element = $this->getState('filter.element'))
{
$query->where($db->quoteName('a.element') . ' = :element')
->bind(':element', $element);
->bind(':element', $element);
}

// Filter by search in name or id.
Expand Down

0 comments on commit addc3d0

Please sign in to comment.