X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapinotifications.php;h=9e3cc15c424366bd05968c0065a0c0477523dd1f;hb=92645bbc578fafeb6816a44b8cf9cd594ffb5bd7;hp=45a33427bc389e1d95c735e7bcf913951160fb38;hpb=3df358a9e98328de4d865b91a5900f834a1f195a;p=quix0rs-gnu-social.git diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php index 45a33427bc..9e3cc15c42 100644 --- a/actions/twitapinotifications.php +++ b/actions/twitapinotifications.php @@ -24,16 +24,15 @@ require_once(INSTALLDIR.'/lib/twitterapi.php'); # This naming convention looks real sick class TwitapinotificationsAction extends TwitterapiAction { - function follow($args, $apidata) { parent::handle($args); - common_server_error("API method under construction.", $code=501); + common_server_error(_('API method under construction.'), $code=501); exit(); } function leave($args, $apidata) { parent::handle($args); - common_server_error("API method under construction.", $code=501); + common_server_error(_('API method under construction.'), $code=501); exit(); }