thomascube
2008-08-29 35dc0bed74eb820b8d495d0fc039177d284cb5eb
Little improvement in mime-detection as suggested in #1485296

1 files modified
2 ■■■ changed files
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -569,7 +569,7 @@
            finfo_close($finfo);
        }
    }
    else if (function_exists('mime_content_type')) {
    if (!$mime_type && function_exists('mime_content_type')) {
      $mime_type = mime_content_type($path); 
    }