diff --git a/actions/block.php b/actions/block.php index 977385eade..19a5c63d40 100644 --- a/actions/block.php +++ b/actions/block.php @@ -52,6 +52,8 @@ class BlockAction extends Action { $this->client_error(_('No profile with that ID.')); return false; } + + return true; } function handle($args) {