aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-09-12 07:48:00 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-09-12 07:48:00 -0700
commitc7ca86799b2608609ead7ecd2d84d0bbd47c6548 (patch)
tree2c6ad385dba6a944bf396dbb69e32d4fb7074c7e /apps/files_trashbin
parentb7205d97d7797daf057d47a5a07d2bad3b0db4da (diff)
parent9d661eab23f9ba284e4a5060b5de5d868b330d45 (diff)
downloadnextcloud-server-c7ca86799b2608609ead7ecd2d84d0bbd47c6548.tar.gz
nextcloud-server-c7ca86799b2608609ead7ecd2d84d0bbd47c6548.zip
Merge pull request #4816 from owncloud/fixing-723-master
Fixing 723 master
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php
index 0baeab1de97..d7eb143f9af 100644
--- a/apps/files_trashbin/index.php
+++ b/apps/files_trashbin/index.php
@@ -65,6 +65,7 @@ foreach ($result as $r) {
}
$i['permissions'] = OCP\PERMISSION_READ;
$i['isPreviewAvailable'] = \OCP\Preview::isMimeSupported($r['mime']);
+ $i['icon'] = \OCA\files\lib\Helper::determineIcon($i);
$files[] = $i;
}