forked from GNUsocial/gnu-social
Add correct punctuation for client exception.
This commit is contained in:
parent
6455461c19
commit
31895ba33a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user