From eb5d07e4484796f47426c71d384bf3c55802eac5 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 11 May 2005 12:34:40 +0200 Subject: fix for autopasswd darcs-hash:20050511103440-45605-012290dd1e9ffc10d2d30a70b38b96eb4d9581f4.gz --- inc/auth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') 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; -- cgit v1.2.3