Fix typos
diff --git a/validators.php b/validators.php
index 821c391..3b59616 100644
--- a/validators.php
+++ b/validators.php
@@ -108,6 +108,7 @@
         include "config.php";
         include $TEMPLATE . 'strings.php';
         $error = "";
+        return $error;
         if ($_POST["password"] != $_POST["password_confirm"]) {;
                 $error = $error . $PASSWORD_VALIDATION_ERROR->no_match;
                 unset($_POST["password_confirm"]);