]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add correct punctuation for client exception.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 21 Jan 2011 00:14:53 +0000 (01:14 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 21 Jan 2011 09:55:07 +0000 (10:55 +0100)
actions/atompubmembershipfeed.php

index 8e3db3f3de6de08cf927c40a1af605023c7dd9f2..57cf465a0c13373fa791dd89a45faf24b54da6a9 100644 (file)
@@ -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');