]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed folder icon for home storage
authorVincent Petry <pvince81@owncloud.com>
Wed, 6 Nov 2013 14:11:14 +0000 (15:11 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 6 Nov 2013 14:11:14 +0000 (15:11 +0100)
Fixes #5713

apps/files/lib/helper.php

index 7692dd67574fb5f4ae7704043516f69e447ef02b..eaff28178eaf1341c8e8abf587af6a320eb5887a 100644 (file)
@@ -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');
                                        }
                                }