summaryrefslogtreecommitdiff
path: root/actions/unblock.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/unblock.php')
-rw-r--r--actions/unblock.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/actions/unblock.php b/actions/unblock.php
index d60cc7088..6a86c2bf0 100644
--- a/actions/unblock.php
+++ b/actions/unblock.php
@@ -32,12 +32,12 @@ class UnblockAction 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('unblockto');