summaryrefslogtreecommitdiff
path: root/actions/subscribers.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-26 17:15:32 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-01-26 17:15:32 +0100
commit7953192aa0856483396b39f1b9f802d4f3839347 (patch)
treeb2878ecd5ad6f929d2e8c60610978ee465d94202 /actions/subscribers.php
parent91e63866fb150ccac547609024de7456e984df62 (diff)
fix profile in block form
Diffstat (limited to 'actions/subscribers.php')
-rw-r--r--actions/subscribers.php2
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();