pass profile correctly to show_owner_controls

darcs-hash:20081208201351-5ed1f-e74df1c59589816c24a0ccd867cbae714cd7daec.gz
This commit is contained in:
Evan Prodromou 2008-12-08 15:13:51 -05:00
parent fa81041ec7
commit d8c933cd54
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class ProfileList {
}
if ($user && $user->id == $this->owner->id) {
$this->show_owner_controls($profile);
$this->show_owner_controls($this->profile);
}
common_element_end('li');