summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/helper.php
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2015-04-30 13:02:27 -0400
committerClark Tomlinson <fallen013@gmail.com>2015-05-18 09:45:41 -0400
commita0c6c01137a707aab58622dbfc0dba76661386da (patch)
tree7de7484e1941d1d408bfffdad39ee9afd574156a /apps/files_trashbin/lib/helper.php
parenta1e60e78823d0f00681db0a6dc62a5a157b302f4 (diff)
downloadnextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.tar.gz
nextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.zip
fix references to legacy encryption app name
Diffstat (limited to 'apps/files_trashbin/lib/helper.php')
-rw-r--r--apps/files_trashbin/lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/helper.php b/apps/files_trashbin/lib/helper.php
index bc9ebd6ee02..5d244d7b39c 100644
--- a/apps/files_trashbin/lib/helper.php
+++ b/apps/files_trashbin/lib/helper.php
@@ -115,7 +115,7 @@ class Helper
$entry['id'] = $id++;
$entry['etag'] = $entry['mtime']; // add fake etag, it is only needed to identify the preview image
$entry['permissions'] = \OCP\Constants::PERMISSION_READ;
- if (\OCP\App::isEnabled('files_encryption')) {
+ if (\OCP\App::isEnabled('encryption')) {
$entry['isPreviewAvailable'] = false;
}
$files[] = $entry;