Mariusz Muszyński 8 năm trước cách đây
mục cha
commit
a65589826a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      SE/se-lib/FileStorage.php

+ 1 - 1
SE/se-lib/FileStorage.php

@@ -1122,7 +1122,7 @@ CREATE TABLE IF NOT EXISTS `CRM_FILES__#DEV__#VERSIONS` (
 		return false;
 		return false;
 	}
 	}
 
 
-	public static function getMieType($file) {
+	public static function getMimeType($file) {
 		if (!is_string($file)) return false;
 		if (!is_string($file)) return false;
 
 
 		$mimeTypes = [
 		$mimeTypes = [