- Major change in menu system. You need to rewrite/update your member and guest
[mailer.git] / inc / modules / guest / what-sponsor_reg.php
index ec788933bfdd2679157cacaa67ebdb79333a1301..e013faa9de175dc3f70e463959ae557dfc5ff9a7 100644 (file)
@@ -193,7 +193,7 @@ if (isset($_POST['ok'])) {
                }
        }
        // Is the password long enough?
-        elseif (strlen($_POST['pass1']) < $CONFIG['pass_len'])
+        elseif (strlen($_POST['pass1']) < $_CONFIG['pass_len'])
        {
                // Too short!
                $FORM_ERRORS[] = SPONSOR_PASSWORD_TOO_SHORT;