]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unblock.php
replace all tabs with four spaces
[quix0rs-gnu-social.git] / actions / unblock.php
index d60cc7088595de49380f17a09635b989f58b2815..6a86c2bf0f9a48e6662bd6c8e27251d83d33c413 100644 (file)
@@ -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');