mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
eT2 needs a name not a template object
This commit is contained in:
parent
730615ce4e
commit
c28dac7206
@ -394,7 +394,7 @@ class infolog_ui
|
||||
$tpl = new etemplate_new;
|
||||
if ($tpl->read('infolog.index.rows.'.$query['col_filter']['info_type']))
|
||||
{
|
||||
$query['template'] =& $tpl;
|
||||
$query['template'] = $tpl->name;
|
||||
$query['custom_fields'] = true; // read the custom fields too
|
||||
}
|
||||
//echo "<p align=right>template ='".'infolog.index.rows.'.$query['col_filter']['info_type']."'".(!$query['template'] ? ' not' : '')." found</p>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user