From: Evan Prodromou Date: Mon, 26 Jan 2009 16:15:32 +0000 (+0100) Subject: fix profile in block form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7953192aa0856483396b39f1b9f802d4f3839347;p=quix0rs-gnu-social.git fix profile in block form --- 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();