]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/repeatform.php
Merge commit 'refs/merge-requests/41' of https://gitorious.org/social/mainline into...
[quix0rs-gnu-social.git] / lib / repeatform.php
index 67fc47b8de59ddb1f22d72454943483d4c92b2c3..f0ce37fb62db07fc0798400d9cbb051c0917ba4c 100644 (file)
@@ -80,17 +80,6 @@ class RepeatForm extends Form
         return common_local_url('repeat');
     }
 
-    /**
-     * Include a session token for CSRF protection
-     *
-     * @return void
-     */
-    function sessionToken()
-    {
-        $this->out->hidden('token-' . $this->notice->id,
-                           common_session_token());
-    }
-
     /**
      * Legend of the Form
      *