diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2015-04-30 13:02:27 -0400 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2015-05-18 09:45:41 -0400 |
commit | a0c6c01137a707aab58622dbfc0dba76661386da (patch) | |
tree | 7de7484e1941d1d408bfffdad39ee9afd574156a /apps/files_trashbin/lib/trashbin.php | |
parent | a1e60e78823d0f00681db0a6dc62a5a157b302f4 (diff) | |
download | nextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.tar.gz nextcloud-server-a0c6c01137a707aab58622dbfc0dba76661386da.zip |
fix references to legacy encryption app name
Diffstat (limited to 'apps/files_trashbin/lib/trashbin.php')
-rw-r--r-- | apps/files_trashbin/lib/trashbin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 31d77c01c91..35cb50097e0 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -476,7 +476,7 @@ class Trashbin { */ private static function deleteEncryptionKeys(\OC\Files\View $view, $file, $filename, $timestamp, $user) { $size = 0; - if (\OCP\App::isEnabled('files_encryption')) { + if (\OCP\App::isEnabled('encryption')) { $keyfiles = \OC\Files\Filesystem::normalizePath('files_trashbin/keys/' . $filename); |