X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=09107f04722c6a66754a706f73be772ce5a8193f;hb=22c1cd3cd12d8a565c83249ccf691723a76a47bd;hp=e532b95362dfc150d3e360be40b306c165af5170;hpb=fdfa1f8630e320f4a5a1992898cd0efbe8faea53;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index e532b95362..09107f0472 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -389,7 +389,7 @@ abstract class BaseModule implements ICanHandleRequests public static function getFormSecurityStandardErrorMessage(): string { - return DI::l10n()->t("The form security token was not correct. This probably happened because the form has been opened for too long \x28>3 hours\x29 before submitting it.") . EOL; + return DI::l10n()->t("The form security token was not correct. This probably happened because the form has been opened for too long \x28>3 hours\x29 before submitting it."); } public static function checkFormSecurityTokenRedirectOnError(string $err_redirect, string $typename = '', string $formname = 'form_security_token')