return true from block action

darcs-hash:20081208071720-5ed1f-82ff38a26edc9254883bd22e055b7a883b07081c.gz
This commit is contained in:
Evan Prodromou 2008-12-08 02:17:20 -05:00
parent 49adb8b552
commit 96128353d0
1 changed files with 2 additions and 0 deletions

View File

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