Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-05 08:10:05 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-05 08:10:05 +0400
commitb1118efc1ed53dbabfe7aac93038ba08400beb57 (patch)
treebc18baff8badae015d941a7c65fbcd5aadf777ad /plugins/Login/templates
parent61bb669f5990c7b3bbd907e70e8f3e092cb553d1 (diff)
fix password reset did not work
Diffstat (limited to 'plugins/Login/templates')
-rwxr-xr-xplugins/Login/templates/resetPassword.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/resetPassword.twig b/plugins/Login/templates/resetPassword.twig
index bd9cf4accc..4a4debe91d 100755
--- a/plugins/Login/templates/resetPassword.twig
+++ b/plugins/Login/templates/resetPassword.twig
@@ -1,7 +1,7 @@
{% if infoMessage is defined and infoMessage is not empty %}
<p class="message">{{ infoMessage }}</p>
{% endif %}
-{% if formErrors is defined %}
+{% if formErrors is defined and formErrors is not empty %}
<p class="message_error">
{% for data in formErrors %}
<strong>{{ 'General_Error'|translate }}</strong>