summaryrefslogtreecommitdiff
path: root/actions/twitapinotifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/twitapinotifications.php')
-rw-r--r--actions/twitapinotifications.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php
index 9e3cc15c4..8d93309a2 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