Browse Source

removing encryption preview check

tags/v8.1RC2
Clark Tomlinson 9 years ago
parent
commit
7d2666699b
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      apps/files_trashbin/lib/helper.php

+ 0
- 3
apps/files_trashbin/lib/helper.php View File

@@ -115,9 +115,6 @@ 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('encryption')) {
$entry['isPreviewAvailable'] = false;
}
$files[] = $entry;
}
return $files;

Loading…
Cancel
Save