Skip to content

Commit

Permalink
Fixed issue #8794: False token produces irritating/wrong error message
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 3, 2014
1 parent be796f7 commit 5b4768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/survey/index.php
Expand Up @@ -384,7 +384,7 @@ function action()
$asMessage = array(
null,
$clang->gT("We are sorry but you are not allowed to enter this survey."),
$clang->gT("Your token was already used or can only be used during a certain time period."),
$clang->gT("Your token is invalid, was already used or can only be used during a certain time period."),
sprintf($clang->gT("For further information please contact %s"), $thissurvey['adminname']." (<a href='mailto:{$thissurvey['adminemail']}'>"."{$thissurvey['adminemail']}</a>)")
);

Expand Down

0 comments on commit 5b4768b

Please sign in to comment.