Update list.php
This commit is contained in:
parent
0424a2bb3d
commit
c647ad6425
@ -329,7 +329,8 @@ if ($resql)
|
||||
}
|
||||
$parameters=array();
|
||||
$reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters); // Note that $action and $object may have been modified by hook
|
||||
$moreforfilter .= $hookmanager->resPrint;
|
||||
if (empty($reshook)) $moreforfilter .= $hookmanager->resPrint;
|
||||
else $moreforfilter = $hookmanager->resPrint;
|
||||
|
||||
if ($moreforfilter)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user