From: Evan Prodromou Date: Mon, 15 Dec 2008 13:28:06 +0000 (-0500) Subject: bug with remote subscriptions and blocks X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0860791f3fedf4a2862f83687d6469c7d21a3de5;p=quix0rs-gnu-social.git bug with remote subscriptions and blocks darcs-hash:20081215132806-84dde-0319e95259047d652214c151326aff64e746d532.gz --- diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index df5fe64760..97f9720430 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -182,7 +182,7 @@ class FinishremotesubscribeAction extends Action { } } - if ($user->hasBlocked($remote->id)) { + if ($user->hasBlocked($profile)) { $this->client_error(_('That user has blocked you from subscribing.')); return; }