Skip to content

Commit

Permalink
Update administrator/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 d75ec74 commit 111bbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ protected function getListQuery()
{
$workflowStage = (int) $workflowStage;
$query->where($db->quoteName('wa.stage_id') . ' = :workflowstage')
->bind('workflowstage', $workflowStage, ParameterType::INTEGER);
->bind(':workflowstage', $workflowStage, ParameterType::INTEGER);
}

$condition = (string) $this->getState('filter.condition');
Expand Down

0 comments on commit 111bbe3

Please sign in to comment.