diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php index ff16d5894b8..c4352ca3344 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"; } } |