]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showapplication.php
Profile::getOwnedTags -> Profile::getLists, first argument is the current user, or...
[quix0rs-gnu-social.git] / actions / showapplication.php
index 38e6f1953e60ac496f4c7a228fee205837c2a652..c9cdbf184870074f5fede8f4e80a37ea820c50e9 100644 (file)
@@ -113,6 +113,7 @@ class ShowApplicationAction extends OwnerDesignAction
             // CSRF protection
             $token = $this->trimmed('token');
             if (!$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.'));
                 return;
             }