Skip to content
Snippets Groups Projects
Commit 5d698b72 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed folder icon for home storage

Fixes #5713
parent 6e47828b
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment