X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapinotifications.php;h=411971af16ab536f1016b5af9a7128931c342bf0;hb=6b5fb0ab7d8c2e982052a48270e882e7f7379743;hp=a19d652c3d71d7146a58e930c4c450543bdd995f;hpb=b264c03d32d04d7a33d28a5830848660f4484943;p=quix0rs-gnu-social.git diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php index a19d652c3d..411971af16 100644 --- a/actions/twitapinotifications.php +++ b/actions/twitapinotifications.php @@ -28,13 +28,13 @@ class TwitapinotificationsAction extends TwitterapiAction function follow($args, $apidata) { parent::handle($args); - common_server_error(_('API method under construction.'), $code=501); + $this->serverError(_('API method under construction.'), $code=501); } function leave($args, $apidata) { parent::handle($args); - common_server_error(_('API method under construction.'), $code=501); + $this->serverError(_('API method under construction.'), $code=501); } } \ No newline at end of file