diff options
Diffstat (limited to 'actions/subedit.php')
-rw-r--r-- | actions/subedit.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/actions/subedit.php b/actions/subedit.php index e7505e3fe..1d095ab9a 100644 --- a/actions/subedit.php +++ b/actions/subedit.php @@ -32,12 +32,12 @@ class SubeditAction extends Action { return false; } - $token = $this->trimmed('token'); + $token = $this->trimmed('token'); - if (!$token || $token != common_session_token()) { - $this->client_error(_('There was a problem with your session token. Try again, please.')); - return; - } + if (!$token || $token != common_session_token()) { + $this->client_error(_('There was a problem with your session token. Try again, please.')); + return; + } $id = $this->trimmed('profile'); |