]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twitapiblocks.php
remove 'nudge' -- it won't be in this release
[quix0rs-gnu-social.git] / actions / twitapiblocks.php
index a498d2038d56889e1aaf2433bdf77ae96c8f4781..21d620dd3a82bb0f072c80ab82041e0aa5319a62 100644 (file)
@@ -25,14 +25,12 @@ class TwitapiblocksAction extends TwitterapiAction {
 
        function create($args, $apidata) {
                parent::handle($args);
-               common_server_error("API method under construction.", $code=501);
-               exit();
+               common_server_error(_('API method under construction.'), $code=501);
        }
-       
+
        function destroy($args, $apidata) {
                parent::handle($args);
-               common_server_error("API method under construction.", $code=501);
-               exit();
+               common_server_error(_('API method under construction.'), $code=501);
        }
-       
+
 }
\ No newline at end of file