X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapitrends.php;h=5a04569a22d8d8fbb3d474ee83bbd378678912cc;hb=a21a17263956808e074fb62551300c5d6297387b;hp=2d17e77cc8e06bbf45bbc6f31f0204fe1890be03;hpb=2b16baa76a31ffb4d3abb55bd84b2e6646f32104;p=quix0rs-gnu-social.git diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php index 2d17e77cc8..5a04569a22 100644 --- a/actions/twitapitrends.php +++ b/actions/twitapitrends.php @@ -31,8 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/api.php'; - /** * Returns the top ten queries that are currently trending * @@ -55,7 +53,7 @@ class TwitapitrendsAction extends ApiAction * * @param array $args Web and URL arguments * - * @return boolean false if user does not exist + * @return boolean false if user doesn't exist */ function prepare($args) {