]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifavoritecreate.php
width and height are now properties in the File class
[quix0rs-gnu-social.git] / actions / apifavoritecreate.php
index 26e4325e656bfe63f053c05e647c8a81695687ff..607fb76edc3dcc931442e8c102fec990cda8ca29 100644 (file)
@@ -34,8 +34,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apiauth.php';
-
 /**
  * Favorites the status specified in the ID parameter as the authenticating user.
  * Returns the favorite status when successful.