]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifavoritedestroy.php
width and height are now properties in the File class
[quix0rs-gnu-social.git] / actions / apifavoritedestroy.php
index af1b4075f645d83b27eb66c14ba0ea4b78995e72..02f81cf4dfe25f9ea0b315d5bd2a929afc9ae44a 100644 (file)
@@ -34,8 +34,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apiauth.php';
-
 /**
  * Un-favorites the status specified in the ID parameter as the authenticating user.
  * Returns the un-favorited status in the requested format when successful.