Add correct punctuation for client exception.

This commit is contained in:
Siebrand Mazeland 2011-01-21 01:14:53 +01:00
parent 6455461c19
commit 31895ba33a
1 changed files with 1 additions and 1 deletions

View 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');