euromark 11 years ago
parent
commit
e89b2ec9aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Utility/Mime.php

+ 1 - 1
src/Utility/Mime.php

@@ -793,7 +793,7 @@ class Mime extends Response {
 	public static function _detectMimeType($file) {
 		if (!function_exists('finfo_open')) {
 			//throw new InternalErrorException('finfo_open() required - please enable');
-}
+		}
 
 		// Treat non local files differently
 		$pattern = '~^https?://~i';