From 643bdba839aa0ddab8ce0db4801336fa55c6bd0e Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Tue, 7 Apr 2009 19:27:23 +0200 Subject: [PATCH] pass correct event data in AUTH_LOGIN_CHECK Ignore-this: ad04520c987ab71b4dcec5e5b38fae8a darcs-hash:20090407172723-7ad00-81d06920a678c7aab73778e2ce4f8f1f44faf314.gz --- inc/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/auth.php b/inc/auth.php index c3480b725..5625d6efb 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -88,7 +88,7 @@ 'sticky' => $_REQUEST['r'], 'silent' => $_REQUEST['http_credentials'], ); - $evt = new Doku_Event('AUTH_LOGIN_CHECK',$ACT); + $evt = new Doku_Event('AUTH_LOGIN_CHECK',$evdata); if($evt->advise_before()){ auth_login($evdata['user'], $evdata['password'], -- GitLab