From: Michael Vogel Date: Wed, 17 Feb 2016 11:21:03 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/develop' into 1601-api-statuses-lookup X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba99ac7200561706cd2b607695cfdd5b1a26d5ed;hp=fb28713ca31d8779207090008b1dbc2673b46172;p=friendica.git Merge remote-tracking branch 'upstream/develop' into 1601-api-statuses-lookup --- diff --git a/include/api.php b/include/api.php index d54e540f79..e5ca8ca787 100644 --- a/include/api.php +++ b/include/api.php @@ -319,6 +319,7 @@ } } } + logger('API call not implemented: '.$a->query_string); throw new NotImplementedException(); } catch (HTTPException $e) { header("HTTP/1.1 {$e->httpcode} {$e->httpdesc}"); @@ -2564,6 +2565,7 @@ killme(); } } + api_register_func('api/gnusocial/version','api_statusnet_version',false); api_register_func('api/statusnet/version','api_statusnet_version',false); /**