]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/actions/subedit.php
replace all tabs with four spaces
[quix0rs-gnu-social.git] / _darcs / pristine / actions / subedit.php
index e7505e3fef44f1c137878c8efa82e6a132720138..1d095ab9a50b9b5dd050b2b0052d9c6fc730d345 100644 (file)
@@ -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');