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 a1b3ab5 commit 71d0a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static function onPrepareForm(Form $form, $data)
$query->clear('where')
->where($db->quoteName('id') . ' = :workflowid')
->where($db->quoteName('published') . ' = 1')
->bind(':worflowid', $workflowId, ParameterType::INTEGER);
->bind(':workflowid', $workflowId, ParameterType::INTEGER);

$title = $db->setQuery($query)->loadResult();

Expand Down

0 comments on commit 71d0a5c

Please sign in to comment.