diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-04-07 19:27:23 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-04-07 19:27:23 +0200 |
commit | 643bdba839aa0ddab8ce0db4801336fa55c6bd0e (patch) | |
tree | 74fe67e4c9ca3bf7822dbcc18ef9a9f9c09c2672 /inc | |
parent | bdebb2701707c8d21803c6999c854b26ed5d5079 (diff) | |
download | rpg-643bdba839aa0ddab8ce0db4801336fa55c6bd0e.tar.gz rpg-643bdba839aa0ddab8ce0db4801336fa55c6bd0e.tar.bz2 |
pass correct event data in AUTH_LOGIN_CHECK
Ignore-this: ad04520c987ab71b4dcec5e5b38fae8a
darcs-hash:20090407172723-7ad00-81d06920a678c7aab73778e2ce4f8f1f44faf314.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'], |