]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Superfluous whitespace removed.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 20 May 2011 14:57:21 +0000 (16:57 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 20 May 2011 14:57:21 +0000 (16:57 +0200)
actions/invite.php

index 0e3a878f2eb49792bfd198e1db7e9e72b6304a81..1bfc9f76d31b5da30a3b20b0969443ee473e1768 100644 (file)
@@ -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).