parent
6e47828b45
commit
5d698b72fc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Helper
|
||||||
if ($sid[0] === 'shared') {
|
if ($sid[0] === 'shared') {
|
||||||
return \OC_Helper::mimetypeIcon('dir-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');
|
return \OC_Helper::mimetypeIcon('dir-external');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue