aboutsummaryrefslogtreecommitdiffstats
path: root/lib/template.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-03-02 23:06:23 +0100
committerJakob Sack <kde@jakobsack.de>2011-03-02 23:06:23 +0100
commit61ffa182ee90e1a08538f438fb5528e32b3cf70a (patch)
treea45392a2a35a3504e2b7c26195a94ec042e7255c /lib/template.php
parente5ea0a3daa307d6df6c864d13adcf733a286213e (diff)
downloadnextcloud-server-61ffa182ee90e1a08538f438fb5528e32b3cf70a.tar.gz
nextcloud-server-61ffa182ee90e1a08538f438fb5528e32b3cf70a.zip
Application "files" is able to list the files again, start of splitting css files
Diffstat (limited to 'lib/template.php')
-rw-r--r--lib/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.php b/lib/template.php
index bdb2ebab03b..79899efee49 100644
--- a/lib/template.php
+++ b/lib/template.php
@@ -41,7 +41,7 @@ function image_path( $app, $file ){
*
*/
function mimetype_icon( $mimetype ){
- return OC_HELPER::mimetypeIcon( $app, $file );
+ return OC_HELPER::mimetypeIcon( $mimetype );
}
/**