diff options
-rw-r--r-- | inc/auth.php | 1 |
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; |