X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupunblock.php;h=7b92e83f718cc6e8fdbfb7dba3ff314fa1fb48b4;hb=9a6ee5e859635bd7acfbdf1e1994f665d39455af;hp=de0af59821f7d24f334e9c9beb7b9384d876afd3;hpb=18185b2237031e0931d76bb989f87f6c250de2a6;p=quix0rs-gnu-social.git diff --git a/actions/groupunblock.php b/actions/groupunblock.php index de0af59821..7b92e83f71 100644 --- a/actions/groupunblock.php +++ b/actions/groupunblock.php @@ -62,6 +62,7 @@ class GroupunblockAction extends Action } $token = $this->trimmed('token'); if (empty($token) || $token != common_session_token()) { + // TRANS: Client error displayed when the session token does not match or is not given. $this->clientError(_('There was a problem with your session token. Try again, please.')); return; }