From 61641293f47914413179b60c8124e5e966c772bb Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 18 Nov 2014 23:06:39 +0100 Subject: Only show undelete capability if files_trashbin is enabled Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities --- apps/files_trashbin/appinfo/routes.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/files_trashbin/appinfo/routes.php') diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index da268f4fdfd..56dbf382735 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -13,3 +13,7 @@ $this->create('files_trashbin_ajax_list', 'ajax/list.php') ->actionInclude('files_trashbin/ajax/list.php'); $this->create('files_trashbin_ajax_undelete', 'ajax/undelete.php') ->actionInclude('files_trashbin/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); -- cgit v1.2.3