summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-06-09 02:51:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-06-09 02:51:19 +0200
commitd628dcf33c131b3ede5c78b4550c2ba23124f432 (patch)
tree4b67f1cdf8800cb93397ab46ec3ebda0a9302ab8 /inc
parent8a285f7fa7f09ae969e12cf4b7bda0f5123bb0fb (diff)
downloadrpg-d628dcf33c131b3ede5c78b4550c2ba23124f432.tar.gz
rpg-d628dcf33c131b3ede5c78b4550c2ba23124f432.tar.bz2
fixed syntax fuckup
Diffstat (limited to 'inc')
-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);