summaryrefslogtreecommitdiff
path: root/actions/subscribers.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/subscribers.php')
-rw-r--r--actions/subscribers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php
index fb8733c77..25200079c 100644
--- a/actions/subscribers.php
+++ b/actions/subscribers.php
@@ -96,9 +96,9 @@ class SubscribersAction extends GalleryAction
class SubscribersList extends ProfileList
{
- function showOwnerControls($profile)
+ function showBlockForm()
{
- $bf = new BlockForm($this->out, $profile,
+ $bf = new BlockForm($this->out, $this->profile,
array('action' => 'subscribers',
'nickname' => $this->owner->nickname));
$bf->show();