diff --git a/calendar/inc/class.calendar_favorite_portlet.inc.php b/calendar/inc/class.calendar_favorite_portlet.inc.php index 499088e046..4d32a47868 100644 --- a/calendar/inc/class.calendar_favorite_portlet.inc.php +++ b/calendar/inc/class.calendar_favorite_portlet.inc.php @@ -111,6 +111,7 @@ class calendar_favorite_portlet extends home_favorite_portlet break; } + unset($GLOBALS['egw_info']['flags']['app_header']); $etemplate->exec(get_called_class() .'::process',$content); }