Skip to content
Snippets Groups Projects
Commit 643bdba8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

pass correct event data in AUTH_LOGIN_CHECK

Ignore-this: ad04520c987ab71b4dcec5e5b38fae8a

darcs-hash:20090407172723-7ad00-81d06920a678c7aab73778e2ce4f8f1f44faf314.gz
parent bdebb270
No related branches found
Tags develsnap_2009-04-01
No related merge requests found
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment