summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/subscribers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php
index e88cbf693..25200079c 100644
--- a/actions/subscribers.php
+++ b/actions/subscribers.php
@@ -98,7 +98,7 @@ class SubscribersList extends ProfileList
{
function showBlockForm()
{
- $bf = new BlockForm($this->out, $profile,
+ $bf = new BlockForm($this->out, $this->profile,
array('action' => 'subscribers',
'nickname' => $this->owner->nickname));
$bf->show();