diff --git a/actions/subscribers.php b/actions/subscribers.php index e88cbf693a..25200079c4 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();