From d8c933cd5445902db4d068975f957c92d5afb314 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 15:13:51 -0500 Subject: [PATCH] pass profile correctly to show_owner_controls darcs-hash:20081208201351-5ed1f-e74df1c59589816c24a0ccd867cbae714cd7daec.gz --- lib/profilelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');