fixup this pointer
darcs-hash:20081120204347-84dde-5efd1a69aaecfa8c5cbde17b60017922a6888839.gz
This commit is contained in:
parent
29a425f848
commit
8bec9e06f8
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user