aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 22:16:32 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 22:16:32 +0200
commit660e2c8102a51dd2c225224feab5aebdc02f623f (patch)
tree8e61e84b0dc0febf01da31d197c46a6a7611ad59 /lib/helper.php
parent4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2 (diff)
downloadnextcloud-server-660e2c8102a51dd2c225224feab5aebdc02f623f.tar.gz
nextcloud-server-660e2c8102a51dd2c225224feab5aebdc02f623f.zip
renamed application-octet-stream.png to file.png
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php2
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";
}
}