From e957750106c2ba735c1fbd60104822aabd1b41a9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Feb 2015 14:36:01 +0000 Subject: [PATCH] fixed not shown custom-fields in infolog --- etemplate/inc/class.etemplate_widget_customfields.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate_widget_customfields.inc.php b/etemplate/inc/class.etemplate_widget_customfields.inc.php index 5897dd8840..cdc34868f5 100644 --- a/etemplate/inc/class.etemplate_widget_customfields.inc.php +++ b/etemplate/inc/class.etemplate_widget_customfields.inc.php @@ -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);