summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-18 10:30:02 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-18 10:30:02 +0200
commit3f3f8c2f99e04586424dcbc845e0b73614b9a8bd (patch)
tree858de94992595ab3dcdf05706df443722d113a09 /apps/files/appinfo
parent6ce1abfa5c273c657cde1a52fb0fdd3ca450e2c6 (diff)
downloadnextcloud-server-3f3f8c2f99e04586424dcbc845e0b73614b9a8bd.tar.gz
nextcloud-server-3f3f8c2f99e04586424dcbc845e0b73614b9a8bd.zip
Fix usage of deprecated private constants
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index b6506824a80..08c9041062d 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -85,4 +85,4 @@ $this->create('download', 'download{file}')
->actionInclude('files/download.php');
// Register with the capabilities API
-\OC_API::register('get', '/cloud/capabilities', array('OCA\Files\Capabilities', 'getCapabilities'), 'files', \OC_API::USER_AUTH);
+\OCP\API::register('get', '/cloud/capabilities', array('OCA\Files\Capabilities', 'getCapabilities'), 'files', \OCP\API::USER_AUTH);