mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
"fixed typo"
This commit is contained in:
parent
2c1eec5832
commit
ffce747ddc
@ -19,7 +19,7 @@ if (($showevents = $GLOBALS['egw_info']['user']['preferences']['infolog']['homeS
|
||||
$app_id = $GLOBALS['egw']->applications->name2id('infolog');
|
||||
$GLOBALS['portal_order'][] = $app_id;
|
||||
|
||||
$infolog =& infolog_ui();
|
||||
$infolog = new infolog_ui();
|
||||
$infolog->called_by = 'home';
|
||||
|
||||
if (in_array($showevents,array('1','2'))) $showevents = 'own-open-today';
|
||||
|
Loading…
Reference in New Issue
Block a user