diff --git a/apps/files/lib/helper.php b/apps/files/lib/helper.php index 7692dd67574fb5f4ae7704043516f69e447ef02b..eaff28178eaf1341c8e8abf587af6a320eb5887a 100644 --- a/apps/files/lib/helper.php +++ b/apps/files/lib/helper.php @@ -30,7 +30,7 @@ class Helper if ($sid[0] === 'shared') { return \OC_Helper::mimetypeIcon('dir-shared'); } - if ($sid[0] !== 'local') { + if ($sid[0] !== 'local' and $sid[0] !== 'home') { return \OC_Helper::mimetypeIcon('dir-external'); } }