Fix phpcs
This commit is contained in:
parent
379f9f2d53
commit
993920628b
@ -719,7 +719,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
|
|||||||
|
|
||||||
// Fields from hook
|
// Fields from hook
|
||||||
$parameters=array( 'objp'=>$objp);
|
$parameters=array( 'objp'=>$objp);
|
||||||
$reshook=$hookmanager->executeHooks('printFieldListValue',$parameters); // Note that $action and $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
|
||||||
print $hookmanager->resPrint;
|
print $hookmanager->resPrint;
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user