dever hace 5 años
padre
commit
59ab330824
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/Store/Core.php

+ 3 - 0
lib/Store/Core.php

@@ -702,6 +702,9 @@ class Core
 			case 4545:
 				$fileType = 'pem';
 				break;
+			case 7597:
+				$fileType = 'fbx';
+				break;
 			default:
 				$fileType = 'unknown'.$typeCode;
 			break;