From 6beddfdbb926aaa5af42e68ff459f11e0e5f6b5f Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 30 Sep 2008 22:54:21 -0400 Subject: Twitter-compatible API - cleaned up sloppy control flow: exit() statements everywhere darcs-hash:20081001025421-462f3-3bf666327de3a3c5ea506b2c387741dc3d0e82bf.gz --- actions/twitapihelp.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/twitapihelp.php') diff --git a/actions/twitapihelp.php b/actions/twitapihelp.php index d2439484c..6e9b41f8a 100644 --- a/actions/twitapihelp.php +++ b/actions/twitapihelp.php @@ -45,13 +45,12 @@ class TwitapihelpAction extends TwitterapiAction { } else { common_user_error(_('API method not found!'), $code=404); } - exit(); + } function downtime_schedule($args, $apidata) { parent::handle($args); common_server_error(_('API method under construction.'), $code=501); - exit(); } } \ No newline at end of file -- cgit v1.2.3-54-g00ecf