mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
acl_app was missing using nextmatchs
This commit is contained in:
parent
de3fcb1c70
commit
f5a29b607c
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
function index()
|
function index()
|
||||||
{
|
{
|
||||||
$acl_app = get_var('acl_app',Array('GET'));
|
$acl_app = get_var('acl_app',Array('GET','POST'));
|
||||||
$owner = $GLOBALS['owner'];
|
$owner = $GLOBALS['owner'];
|
||||||
|
|
||||||
if (! $acl_app)
|
if (! $acl_app)
|
||||||
@ -216,7 +216,8 @@
|
|||||||
. ' <input type="hidden" name="totalentries" value="'.$totalentries.'">'."\n"
|
. ' <input type="hidden" name="totalentries" value="'.$totalentries.'">'."\n"
|
||||||
. ' <input type="hidden" name="start" value="'.$start.'">'."\n"
|
. ' <input type="hidden" name="start" value="'.$start.'">'."\n"
|
||||||
. ' <input type="hidden" name="query" value="'.$query.'">'."\n"
|
. ' <input type="hidden" name="query" value="'.$query.'">'."\n"
|
||||||
. ' <input type="hidden" name="owner" value="'.$owner.'">'."\n";
|
. ' <input type="hidden" name="owner" value="'.$owner.'">'."\n"
|
||||||
|
. ' <input type="hidden" name="acl_app" value="'.$acl_app.'">'."\n";
|
||||||
|
|
||||||
$var = Array(
|
$var = Array(
|
||||||
'errors' => '',
|
'errors' => '',
|
||||||
|
Loading…
Reference in New Issue
Block a user