Skip to content

Commit

Permalink
Update administrator/components/com_content/Helper/ContentHelper.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 826b2e7 commit a1b3ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public static function onPrepareForm(Form $form, $data)
{
$workflowId = (int) $workflow_id;
$query->clear('where')
->where($db->quoteName('id') . ' = :worflowid')
->where($db->quoteName('id') . ' = :workflowid')
->where($db->quoteName('published') . ' = 1')
->bind(':worflowid', $workflowId, ParameterType::INTEGER);

Expand Down

0 comments on commit a1b3ab5

Please sign in to comment.