diff --git a/lib/profilelist.php b/lib/profilelist.php index 7461f94154..9079ea9d7c 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -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');