]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
Add reply_to to make conversations in createsim.php
[quix0rs-gnu-social.git] / actions / invite.php
index c64ff8adda32a4f3b2b29eec87696e196246393c..bbb6b26c117d273df3d2c8b84e5ec89fcc3303f7 100644 (file)
@@ -54,7 +54,7 @@ class InviteAction extends CurrentUserDesignAction
 
     function sendInvitations()
     {
-        # CSRF protection
+        // CSRF protection
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
             $this->showForm(_('There was a problem with your session token. Try again, please.'));