fixup this pointer

darcs-hash:20081120204347-84dde-5efd1a69aaecfa8c5cbde17b60017922a6888839.gz
This commit is contained in:
Evan Prodromou 2008-11-20 15:43:47 -05:00
parent 29a425f848
commit 8bec9e06f8
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}