do not use infologs specific app header as app_header in home

This commit is contained in:
Klaus Leithoff 2014-03-13 15:30:11 +00:00
parent f07500ec62
commit 2b81b4359c

View File

@ -64,5 +64,6 @@ if (($showevents = $GLOBALS['egw_info']['user']['preferences']['infolog']['homeS
unset($portalbox);
unset($html);
$GLOBALS['egw_info']['flags']['currentapp'] = $save_app;
$GLOBALS['egw_info']['flags']['app_header']= lang($save_app);
}
unset($showevents);