]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'upstream/develop' into 1601-api-statuses-lookup
authorMichael Vogel <icarus@dabo.de>
Sun, 14 Feb 2016 20:04:59 +0000 (21:04 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 14 Feb 2016 20:04:59 +0000 (21:04 +0100)
include/api.php

index d54e540f7966ca697eb72180e17978b7751dd254..e5ca8ca7878d573c7dfefc00361e81ed080d4289 100644 (file)
                                        }
                                }
                        }
+                       logger('API call not implemented: '.$a->query_string);
                        throw new NotImplementedException();
                } catch (HTTPException $e) {
                        header("HTTP/1.1 {$e->httpcode} {$e->httpdesc}");
                        killme();
                }
        }
+       api_register_func('api/gnusocial/version','api_statusnet_version',false);
        api_register_func('api/statusnet/version','api_statusnet_version',false);
 
        /**