diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-03-02 23:06:23 +0100 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-03-02 23:06:23 +0100 |
commit | 61ffa182ee90e1a08538f438fb5528e32b3cf70a (patch) | |
tree | a45392a2a35a3504e2b7c26195a94ec042e7255c /lib/template.php | |
parent | e5ea0a3daa307d6df6c864d13adcf733a286213e (diff) | |
download | nextcloud-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.php | 2 |
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 ); } /** |