mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +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');
|
$app_id = $GLOBALS['egw']->applications->name2id('infolog');
|
||||||
$GLOBALS['portal_order'][] = $app_id;
|
$GLOBALS['portal_order'][] = $app_id;
|
||||||
|
|
||||||
$infolog =& infolog_ui();
|
$infolog = new infolog_ui();
|
||||||
$infolog->called_by = 'home';
|
$infolog->called_by = 'home';
|
||||||
|
|
||||||
if (in_array($showevents,array('1','2'))) $showevents = 'own-open-today';
|
if (in_array($showevents,array('1','2'))) $showevents = 'own-open-today';
|
||||||
|
Loading…
Reference in New Issue
Block a user