summaryrefslogtreecommitdiff
path: root/actions/subscribers.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/subscribers.php')
-rw-r--r--actions/subscribers.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php
index 253d8440d..ae52526e1 100644
--- a/actions/subscribers.php
+++ b/actions/subscribers.php
@@ -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));
}
}