mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
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');
|
include('../header.inc.php');
|
||||||
|
|
||||||
$obj = CreateObject('infolog.uiinfolog');
|
$obj = CreateObject('infolog.uiinfolog');
|
||||||
|
$QUERY_STRING = 'menuaction=infolog.uiinfolog.get_list'; // to make cats-selection work if called by index.php
|
||||||
$obj->get_list();
|
$obj->get_list();
|
||||||
|
|
||||||
$phpgw->common->phpgw_footer();
|
$phpgw->common->phpgw_footer();
|
||||||
|
Loading…
Reference in New Issue
Block a user