diff options
Diffstat (limited to 'actions/block.php')
-rw-r--r-- | actions/block.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/block.php b/actions/block.php index 977385ead..19a5c63d4 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) { |