From: Evan Prodromou Date: Mon, 8 Dec 2008 20:13:51 +0000 (-0500) Subject: pass profile correctly to show_owner_controls X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8c933cd5445902db4d068975f957c92d5afb314;p=quix0rs-gnu-social.git pass profile correctly to show_owner_controls darcs-hash:20081208201351-5ed1f-e74df1c59589816c24a0ccd867cbae714cd7daec.gz --- 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');