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 ff16d5894b859095f5e1047e6c306a80197350a1..c4352ca33446d8280c0d3f53815b807bb6d97d8f 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"; } }