From d778e7bfb74ca04ac9e65effbe1e4d1de5b979ba Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 4 Jan 2016 01:00:19 +0100 Subject: [PATCH] API: Preparation for statuses/lookup support --- include/api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/api.php b/include/api.php index 790894d3fb..f1294c690d 100644 --- a/include/api.php +++ b/include/api.php @@ -318,6 +318,7 @@ } } } + logger('API call not implemented: '.$a->query_string); throw new NotImplementedException(); } catch (HTTPException $e) { header("HTTP/1.1 {$e->httpcode} {$e->httpdesc}"); @@ -2576,6 +2577,7 @@ killme(); } } + api_register_func('api/gnusocial/version','api_statusnet_version',false); api_register_func('api/statusnet/version','api_statusnet_version',false); /**