corrected typo get_vars() --> get_var()

This commit is contained in:
Ralf Becker 2002-05-01 15:12:11 +00:00
parent dd8d60ab9e
commit 3cd1fc99eb

View File

@ -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)