diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-19 11:42:19 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-19 11:42:19 +0100 |
commit | dc9eaf59dcede025edccf2d90cc211d739dbf935 (patch) | |
tree | 0b304a8699018a0ae51782379df9f087c7e48e26 /apps/files | |
parent | 705976ba0aada1f60b968119d3807611acdd6c0b (diff) | |
parent | 61641293f47914413179b60c8124e5e966c772bb (diff) | |
download | nextcloud-server-dc9eaf59dcede025edccf2d90cc211d739dbf935.tar.gz nextcloud-server-dc9eaf59dcede025edccf2d90cc211d739dbf935.zip |
Merge pull request #12276 from owncloud/undelete-only-if-files-trashin-is-enabled
Only show undelete capability if files_trashbin is enabled
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/lib/capabilities.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/capabilities.php b/apps/files/lib/capabilities.php index d4820e931ba..690cc314ccd 100644 --- a/apps/files/lib/capabilities.php +++ b/apps/files/lib/capabilities.php @@ -15,7 +15,6 @@ class Capabilities { 'capabilities' => array( 'files' => array( 'bigfilechunking' => true, - 'undelete' => true, ), ), )); |