]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
[quix0rs-gnu-social.git] / actions / apiusershow.php
index 2e2ceab41bb83736593d35a511d8b334ea33013b..afcbd3618da949d95a060729a44256cd7193753c 100644 (file)
@@ -31,7 +31,7 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR.'/lib/twitterapi.php';
+require_once INSTALLDIR.'/lib/api.php';
 
 /**
  * Ouputs information for a user, specified by ID or screen name.