forked from extern/egroupware
corrected typo get_vars() --> get_var()
This commit is contained in:
parent
dd8d60ab9e
commit
3cd1fc99eb
@ -25,7 +25,7 @@
|
||||
|
||||
function index()
|
||||
{
|
||||
$acl_app = get_vars('acl_app',Array('GET'));
|
||||
$acl_app = get_var('acl_app',Array('GET'));
|
||||
$owner = $GLOBALS['owner'];
|
||||
|
||||
if (! $acl_app)
|
||||
|
Loading…
Reference in New Issue
Block a user