Corrected indentation

This commit is contained in:
Marcos García de La Fuente 2014-07-22 04:25:44 +02:00
parent 4f582609f4
commit c813077f82

View File

@ -1566,8 +1566,7 @@ else
} }
if (! $formconfirm) if (!$formconfirm) {
{
$parameters=array('lineid'=>$lineid); $parameters=array('lineid'=>$lineid);
$formconfirm=$hookmanager->executeHooks('formConfirm',$parameters,$object,$action); // Note that $action and $object may have been modified by hook $formconfirm=$hookmanager->executeHooks('formConfirm',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
} }