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 addc3d0 commit 0dae6e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ protected function getListQuery()
}
elseif ($published === '')
{
$query->whereIn($db->quoteName('a.enabled') , [0, 1]);
$query->whereIn($db->quoteName('a.enabled'), [0, 1]);
}

// Filter by state.
Expand Down

0 comments on commit 0dae6e6

Please sign in to comment.