]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix profile in block form
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 26 Jan 2009 16:15:32 +0000 (17:15 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 26 Jan 2009 16:15:32 +0000 (17:15 +0100)
actions/subscribers.php

index e88cbf693a729f9e0e08669459fd87b1d2e451b7..25200079c4b8ede04eb03213bd5d9687b321d83a 100644 (file)
@@ -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();