]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseModule.php
Removed redundant maximagesize = INF statements
[friendica.git] / src / BaseModule.php
index e532b95362dfc150d3e360be40b306c165af5170..09107f04722c6a66754a706f73be772ce5a8193f 100644 (file)
@@ -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')