Syntax error

This commit is contained in:
Laurent Destailleur 2018-04-13 14:15:33 +02:00
parent 9f5eed0c9a
commit 86112f0096

View File

@ -1235,7 +1235,7 @@ else
$parameters=array();
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (empty($reshook)
if (empty($reshook))
{
print $object->showOptionals($extrafields,'edit');
}