aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/registration_form/Expanded/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/registration_form/Expanded/index.php b/contrib/registration_form/Expanded/index.php
index c3abef3bea6..e72ff87c148 100644
--- a/contrib/registration_form/Expanded/index.php
+++ b/contrib/registration_form/Expanded/index.php
@@ -164,6 +164,7 @@ if (!empty($_POST)) {
$username = strtoupper($_POST["username"]);
$password = strtoupper($_POST["password"]);
$email = strtoupper($_POST["email"]);
+ $expansion = $_POST["expansion"];
if (strlen($username) < 5) {
error_s("Username too short.");
exit();