Merge pull request #7917 from nextcloud/warn_old_ocs_route_cons

Warn about the old OCP\API::register construct for OCS
This commit is contained in:
Morris Jobke 2018-01-24 08:36:54 +01:00 committed by GitHub
commit f39f95e4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ try {
OC_App::loadApps();
OC::$server->getRouter()->match('/ocs'.\OC::$server->getRequest()->getRawPathInfo());
sleep(1);
OC::$server->getLogger()->info('This uses an old OCP\API::register construct. This will be removed in a future version of Nextcloud. Please migrate to the OCSController');
return;
} catch (ResourceNotFoundException $e) {
// Fall through the not found