forked from extern/egroupware
solved bug, that cat-changes if done after an initial call of infolog (/infolog/index.php) forward one to home.php, because no menuaction in the QUERY_STRING
This commit is contained in:
parent
ee16c4f270
commit
3fcccb057b
@ -21,6 +21,7 @@
|
||||
include('../header.inc.php');
|
||||
|
||||
$obj = CreateObject('infolog.uiinfolog');
|
||||
$QUERY_STRING = 'menuaction=infolog.uiinfolog.get_list'; // to make cats-selection work if called by index.php
|
||||
$obj->get_list();
|
||||
|
||||
$phpgw->common->phpgw_footer();
|
||||
|
Loading…
Reference in New Issue
Block a user