forked from GNUsocial/gnu-social
		
	fixup this pointer
darcs-hash:20081120204347-84dde-5efd1a69aaecfa8c5cbde17b60017922a6888839.gz
This commit is contained in:
		| @@ -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); | ||||
| 			} | ||||
| 		} | ||||
| 		 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user