mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:10:12 +00:00
The user related functions moved to the session class
This commit is contained in:
parent
e198edf652
commit
33ac39c335
3 changed files with 67 additions and 47 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue