summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/appinfo/routes.php')
-rw-r--r--apps/files_trashbin/appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php
index 05b082002a5..526ad1d4e35 100644
--- a/apps/files_trashbin/appinfo/routes.php
+++ b/apps/files_trashbin/appinfo/routes.php
@@ -34,4 +34,4 @@ $this->create('files_trashbin_ajax_undelete', 'ajax/undelete.php')
// Register with the capabilities API
-\OC_API::register('get', '/cloud/capabilities', array('OCA\Files_Trashbin\Capabilities', 'getCapabilities'), 'files_trashbin', \OC_API::USER_AUTH);
+\OCP\API::register('get', '/cloud/capabilities', array('OCA\Files_Trashbin\Capabilities', 'getCapabilities'), 'files_trashbin', \OCP\API::USER_AUTH);