X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupblock.php;h=faf18c6adb71a94fbdddaf263292bd9751062fee;hb=ca7f701f1744d71c5935452e55cdc38a0d6394a3;hp=fe09cbc2d66dca8b04891b9c8596d7aacfab0c26;hpb=2f3e414cd1226b328a63854592f0783a9088baae;p=quix0rs-gnu-social.git diff --git a/actions/groupblock.php b/actions/groupblock.php index fe09cbc2d6..faf18c6adb 100644 --- a/actions/groupblock.php +++ b/actions/groupblock.php @@ -95,7 +95,7 @@ class GroupblockAction extends Action $this->clientError(_('User is already blocked from group.')); return false; } - // XXX: could have proactive blocks, but we do not have UI for it. + // XXX: could have proactive blocks, but we don't have UI for it. if (!$this->profile->isMember($this->group)) { $this->clientError(_('User is not a member of group.')); return false;