diff --git a/img/mimetypes/application-octet-stream.png b/img/mimetypes/file.png similarity index 100% rename from img/mimetypes/application-octet-stream.png rename to img/mimetypes/file.png diff --git a/lib/helper.php b/lib/helper.php index ff16d5894b..c4352ca334 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -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"; } }