Skip to content

Commit

Permalink
Fix notice in article (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst authored Apr 26, 2020
1 parent c2cb996 commit f6fbe8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ protected function getListQuery()
{
if (is_numeric($published))
{
$state = (int) $state;
$state = (int) $published;
$query->where($db->quoteName('a.state') . ' = :state')
->bind(':state', $published, ParameterType::INTEGER);
}
Expand Down

0 comments on commit f6fbe8f

Please sign in to comment.