summaryrefslogtreecommitdiff
path: root/includes/controller/users_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r--includes/controller/users_controller.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php
index c5c437ca..bf83fa9e 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -49,15 +49,15 @@ function user_password_recovery_controller() {
engelsystem_error("Unable to load user.");
if ($user_source == null) {
$ok = false;
- $msg .= error(_("E-mail address is not correct."), true);
+ error(_("E-mail address is not correct."));
}
} else {
$ok = false;
- $msg .= error(_("E-mail address is not correct."), true);
+ error(_("E-mail address is not correct."));
}
} else {
$ok = false;
- $msg .= error(_("Please enter your e-mail."), true);
+ error(_("Please enter your e-mail."));
}
if ($ok) {