From ab24fc7f2b46da9840c7a6a441c67d433f32a28e Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Fri, 23 Oct 2009 10:56:01 +0200 Subject: Remove (unset) action param from AUTH_LOGIN_CHECK data, init $ACL before firing the event darcs-hash:20091023085601-e4919-5c800a07bcf70c34720a39e7bca9a1250b973b32.gz --- inc/auth.php | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index e0b23c0e6..0c0edef5f 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -82,7 +82,6 @@ if($conf['useacl']){ $auth->trustExternal($_REQUEST['u'],$_REQUEST['p'],$_REQUEST['r']); }else{ $evdata = array( - 'action' => $ACT, 'user' => $_REQUEST['u'], 'password' => $_REQUEST['p'], 'sticky' => $_REQUEST['r'], -- cgit v1.2.3