Fixed folder icon for home storage

Fixes #5713
remotes/origin/stable6
Vincent Petry 13 years ago
parent 6e47828b45
commit 5d698b72fc
  1. 2
      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');
}
}

Loading…
Cancel
Save