mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
small fix with default param of get_list
(nothing showed up in the hook_XYZ_view)
This commit is contained in:
parent
fc86e403b8
commit
e1e147b1e3
@ -492,7 +492,7 @@
|
||||
|
||||
// ---------- end nextmatch template --------------------
|
||||
|
||||
if ($for_include == 2)
|
||||
if (intval($for_include) == 2)
|
||||
{
|
||||
$t->set_block('info_list_t','info_headers','headershandle');
|
||||
}
|
||||
@ -574,7 +574,7 @@
|
||||
'/index.php',$this->menuaction()+array('filter'=>$filter)));
|
||||
}
|
||||
|
||||
if ($for_include == 2)
|
||||
if (intval($for_include) == 2)
|
||||
{
|
||||
return $t->fp('out','info_list_t',true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user