fixed not shown custom-fields in infolog

This commit is contained in:
Ralf Becker 2015-02-17 14:35:40 +00:00
parent b18f0ecc76
commit 39115a0985

View File

@ -129,7 +129,7 @@ class etemplate_widget_customfields extends etemplate_widget_transformer
if ($app && $app != 'stylite' && $app != $GLOBALS['egw_info']['flags']['currentapp'] && (
$GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate' || !$this->attrs['customfields'] ||
etemplate::$hooked
))
) || !isset($customfields))
{
// app changed
$customfields =& egw_customfields::get($app);