summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@jandecaluwe.com>2005-05-11 12:34:40 +0200
committerjan <jan@jandecaluwe.com>2005-05-11 12:34:40 +0200
commiteb5d07e4484796f47426c71d384bf3c55802eac5 (patch)
tree85248a16aba3ff11a66d65374b8f4f1987d75d99
parentc3699c18ad61e5e0d55e4238fddb7ae31d60ef0d (diff)
downloadrpg-eb5d07e4484796f47426c71d384bf3c55802eac5.tar.gz
rpg-eb5d07e4484796f47426c71d384bf3c55802eac5.tar.bz2
fix for autopasswd
darcs-hash:20050511103440-45605-012290dd1e9ffc10d2d30a70b38b96eb4d9581f4.gz
-rw-r--r--inc/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 9b70e2db6..8afb02138 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -365,6 +365,7 @@ function auth_sendPassword($user,$password){
*/
function register(){
global $lang;
+ global $conf;
if(!$_POST['save']) return false;