From: Siebrand Mazeland Date: Fri, 21 Jan 2011 00:14:53 +0000 (+0100) Subject: Add correct punctuation for client exception. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31895ba33aea98c7621bcda19d2e7176960aaaed;p=quix0rs-gnu-social.git Add correct punctuation for client exception. --- diff --git a/actions/atompubmembershipfeed.php b/actions/atompubmembershipfeed.php index 8e3db3f3de..57cf465a0c 100644 --- a/actions/atompubmembershipfeed.php +++ b/actions/atompubmembershipfeed.php @@ -217,7 +217,7 @@ class AtompubmembershipfeedAction extends ApiAuthAction $this->auth_user->id != $this->_profile->id) { // TRANS: Client exception thrown when trying subscribe someone else to a group. throw new ClientException(_("Cannot add someone else's". - " membership"), 403); + " membership."), 403); } $xml = file_get_contents('php://input');