]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return true from block action
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:17:20 +0000 (02:17 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:17:20 +0000 (02:17 -0500)
darcs-hash:20081208071720-5ed1f-82ff38a26edc9254883bd22e055b7a883b07081c.gz

actions/block.php

index 977385eade3490a261f5cde0af269afc0aebaefa..19a5c63d40af562d63ba3fad27b6c69e73eef268 100644 (file)
@@ -52,6 +52,8 @@ class BlockAction extends Action {
             $this->client_error(_('No profile with that ID.'));
             return false;
         }
+
+        return true;
     }
 
     function handle($args) {