summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-12 00:40:35 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-12 00:40:35 +0200
commit9d661eab23f9ba284e4a5060b5de5d868b330d45 (patch)
treefad66c115977496771994af191648963b658001c /apps/files/index.php
parent5af111b0decdc3e922d152dd12322064fc663eba (diff)
downloadnextcloud-server-9d661eab23f9ba284e4a5060b5de5d868b330d45.tar.gz
nextcloud-server-9d661eab23f9ba284e4a5060b5de5d868b330d45.zip
adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin and sharing
Diffstat (limited to 'apps/files/index.php')
-rw-r--r--apps/files/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index f1e120c872c..4443bf5fde0 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -75,6 +75,7 @@ foreach ($content as $i) {
}
$i['directory'] = $dir;
$i['isPreviewAvailable'] = \OCP\Preview::isMimeSupported($i['mimetype']);
+ $i['icon'] = \OCA\files\lib\Helper::determineIcon($i);
$files[] = $i;
}