summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-20 09:43:19 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-04-20 09:43:19 +0200
commit9cb260d310de5bed546531eff5fbf0b7518f0f2f (patch)
tree04295e7bb0d18986e701a86640dc8216ca56ffea /apps/files_trashbin
parent75bf03a6051d69d9d242f55f4ee77a3696dc68fe (diff)
parentf6807337a8f576b92a2586efc00173229fd681c9 (diff)
downloadnextcloud-server-9cb260d310de5bed546531eff5fbf0b7518f0f2f.tar.gz
nextcloud-server-9cb260d310de5bed546531eff5fbf0b7518f0f2f.zip
Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
Fixing OCS API namespace usage
Diffstat (limited to 'apps/files_trashbin')
-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);