Corrected indentation
This commit is contained in:
parent
4f582609f4
commit
c813077f82
@ -1566,11 +1566,10 @@ 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
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Print form confirm
|
// Print form confirm
|
||||||
print $formconfirm;
|
print $formconfirm;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user