mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-15 22:25:03 +00:00
fixed syntax fuckup
This commit is contained in:
@ -690,8 +690,8 @@ function auth_nameencode($name, $skip_group = false) {
|
||||
*/
|
||||
function auth_pwgen($foruser='') {
|
||||
$data = array(
|
||||
'password' = '',
|
||||
'foruser' = $foruser
|
||||
'password' => '',
|
||||
'foruser' => $foruser
|
||||
);
|
||||
|
||||
$evt = new Doku_Event('AUTH_PASSWORD_GENERATE', $data);
|
||||
|
Reference in New Issue
Block a user