From 96128353d0b1cf71d4caac38c97ab8a2f08b0282 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 02:17:20 -0500 Subject: return true from block action darcs-hash:20081208071720-5ed1f-82ff38a26edc9254883bd22e055b7a883b07081c.gz --- actions/block.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions') 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) { -- cgit v1.2.3-54-g00ecf