fix profile in block form

This commit is contained in:
Evan Prodromou 2009-01-26 17:15:32 +01:00
parent 91e63866fb
commit 7953192aa0
1 changed files with 1 additions and 1 deletions

View 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();