From: Siebrand Mazeland Date: Fri, 20 May 2011 14:57:21 +0000 (+0200) Subject: Superfluous whitespace removed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4aaba2d5f461b670738e404f39faff38f95d4c4b;p=quix0rs-gnu-social.git Superfluous whitespace removed. --- diff --git a/actions/invite.php b/actions/invite.php index 0e3a878f2e..1bfc9f76d3 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -60,7 +60,6 @@ class InviteAction extends CurrentUserDesignAction function sendInvitations() { if (Event::handle('StartSendInvitations', array(&$this))) { - // CSRF protection $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) { @@ -162,7 +161,6 @@ class InviteAction extends CurrentUserDesignAction function showInvitationSuccess() { if (Event::handle('StartShowInvitationSuccess', array($this))) { - if ($this->already) { // TRANS: Message displayed inviting users to use a StatusNet site while the inviting user // TRANS: is already subscribed to one or more users with the given e-mail address(es).