From 8bec9e06f80196bc9782c0d8e18a7744e02e7ca1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 15:43:47 -0500 Subject: [PATCH] fixup this pointer darcs-hash:20081120204347-84dde-5efd1a69aaecfa8c5cbde17b60017922a6888839.gz --- lib/profilelist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/profilelist.php b/lib/profilelist.php index ec96c29161..f9846b214d 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -61,9 +61,9 @@ class ProfileList { # XXX: special-case for user looking at own # subscriptions page if ($user->isSubscribed($this->profile)) { - common_unsubscribe_form($profile); + common_unsubscribe_form($this->profile); } else { - common_subscribe_form($profile); + common_subscribe_form($this->profile); } }