X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapinotifications.php;h=8d93309a25a7149db9d18dcf19dda3451d5f8fa1;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=9e3cc15c424366bd05968c0065a0c0477523dd1f;hpb=d57bc1b8e99a432d7f6425d0c8836a3c4928581a;p=quix0rs-gnu-social.git diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php index 9e3cc15c42..8d93309a25 100644 --- a/actions/twitapinotifications.php +++ b/actions/twitapinotifications.php @@ -27,13 +27,11 @@ class TwitapinotificationsAction extends TwitterapiAction { function follow($args, $apidata) { parent::handle($args); 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); - exit(); } - + } \ No newline at end of file