pass returnto info from subscribers to block form

darcs-hash:20081208201453-5ed1f-fe423d57a54d482b95c0dc22ab46e6e0a5ea060a.gz
This commit is contained in:
Evan Prodromou 2008-12-08 15:14:53 -05:00
parent d8c933cd54
commit ed70d73c1b
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ class SubscribersAction extends GalleryAction {
class SubscribersList extends ProfileList {
function show_owner_controls($profile) {
common_block_form($profile);
common_block_form($profile, array('action' => 'subscribers',
'nickname' => $this->owner->nickname));
}
}