From: Evan Prodromou Date: Thu, 20 Nov 2008 20:43:47 +0000 (-0500) Subject: fixup this pointer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bec9e06f80196bc9782c0d8e18a7744e02e7ca1;p=quix0rs-gnu-social.git fixup this pointer darcs-hash:20081120204347-84dde-5efd1a69aaecfa8c5cbde17b60017922a6888839.gz --- 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); } }