diff options
Diffstat (limited to 'actions/apitrends.php')
-rw-r--r-- | actions/apitrends.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/actions/apitrends.php b/actions/apitrends.php index 5b74636c6..3e854b109 100644 --- a/actions/apitrends.php +++ b/actions/apitrends.php @@ -44,10 +44,8 @@ require_once INSTALLDIR.'/lib/apiprivateauth.php'; * * @see ApiAction */ - class ApiTrendsAction extends ApiPrivateAuthAction { - var $callback; /** @@ -70,7 +68,6 @@ class ApiTrendsAction extends ApiPrivateAuthAction * * @return void */ - function handle($args) { parent::handle($args); @@ -84,7 +81,7 @@ class ApiTrendsAction extends ApiPrivateAuthAction */ function showTrends() { + // TRANS: Server error for unfinished API method showTrends. $this->serverError(_('API method under construction.'), 501); } - -}
\ No newline at end of file +} |