diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-26 17:15:32 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-26 17:15:32 +0100 |
commit | 7953192aa0856483396b39f1b9f802d4f3839347 (patch) | |
tree | b2878ecd5ad6f929d2e8c60610978ee465d94202 /actions | |
parent | 91e63866fb150ccac547609024de7456e984df62 (diff) |
fix profile in block form
Diffstat (limited to 'actions')
-rw-r--r-- | actions/subscribers.php | 2 |
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(); |