small fix, need to be ported

This commit is contained in:
Ralf Becker 2002-11-24 20:30:55 +00:00
parent d61c20550c
commit 447038c587

View File

@ -26,7 +26,7 @@
$GLOBALS['HTTP_POST_VARS']['filter'] = $GLOBALS['filter'] = 'own-open-today';
$infolog = CreateObject('infolog.uiinfolog');
$GLOBALS['phpgw']->portalbox->draw($infolog->get_list(2));
$GLOBALS['phpgw']->portalbox->draw($infolog->index());
unset($infolog);
$GLOBALS['phpgw_info']['flags']['currentapp'] = $save_app;