From 7953192aa0856483396b39f1b9f802d4f3839347 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 26 Jan 2009 17:15:32 +0100 Subject: [PATCH] fix profile in block form --- actions/subscribers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5