mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
renamed application-octet-stream.png to file.png
This commit is contained in:
parent
4ae158bbe0
commit
660e2c8102
2 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
|
|
@ -89,7 +89,7 @@ class OC_HELPER {
|
|||
return "$WEBROOT/img/mimetypes/$mimetype.png";
|
||||
}
|
||||
else{
|
||||
return "$WEBROOT/img/mimetypes/application-octet-stream.png";
|
||||
return "$WEBROOT/img/mimetypes/file.png";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue