diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-18 22:16:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-18 22:16:32 +0200 |
commit | 660e2c8102a51dd2c225224feab5aebdc02f623f (patch) | |
tree | 8e61e84b0dc0febf01da31d197c46a6a7611ad59 /lib/helper.php | |
parent | 4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2 (diff) | |
download | nextcloud-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.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"; } } |