diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-07-24 00:39:59 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-07-24 00:39:59 +0200 |
commit | 856d9c0b54cc971940df4ed64429d994faf770f9 (patch) | |
tree | d89f73b5e24b6c0535e6669080f15ef5e1165e04 /lib/helper.php | |
parent | 796768577154dc9cc2542e33d8d81c6a5fa77dea (diff) | |
download | nextcloud-server-856d9c0b54cc971940df4ed64429d994faf770f9.tar.gz nextcloud-server-856d9c0b54cc971940df4ed64429d994faf770f9.zip |
some indention fixes
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/helper.php b/lib/helper.php index 59d88f46dad..f328c14ac77 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -175,10 +175,8 @@ class OC_Helper { */ public static function mimetypeIcon( $mimetype ){ $alias=array('application/xml'=>'code/xml'); -// echo $mimetype; if(isset($alias[$mimetype])){ $mimetype=$alias[$mimetype]; -// echo $mimetype; } // Replace slash with a minus $mimetype = str_replace( "/", "-", $mimetype ); |