]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apibareauthaction.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / apibareauthaction.php
index 8c20a031e8d84e5c55186bad9d6c12dbc6b92d41..2b1e13cca035ca3a439d3cb3c7e3cf3476f1d7d7 100644 (file)
@@ -60,20 +60,6 @@ if (!defined('STATUSNET')) {
  */
 class ApiBareAuthAction extends ApiAuthAction
 {
-    /**
-     * Take arguments for running
-     *
-     * @param array $args $_REQUEST args
-     *
-     * @return boolean success flag
-     *
-     */
-    function prepare($args)
-    {
-        parent::prepare($args);
-        return true;
-    }
-
     /**
      * Does this API resource require authentication?
      *