summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 82a6b46cd..db6245e20 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -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);