]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/favorform.php
Show more links work with AJAX-retrieved HTML
[quix0rs-gnu-social.git] / lib / favorform.php
index ebf1b5ffc99d98d110c55d2439051feed0b8cd25..cd956f67ff27ffde0c8876366c21be5fda0ef73d 100644 (file)
@@ -84,18 +84,6 @@ class FavorForm extends Form
         return common_local_url('favor');
     }
 
-    /**
-     * Include a session token for CSRF protection
-     *
-     * @return void
-     */
-    function sessionToken()
-    {
-        $this->out->hidden('token-' . $this->notice->id,
-                           common_session_token(),
-                           'token');
-    }
-
     /**
      * Legend of the Form
      *