moonsflyer hace 4 meses
padre
commit
3bb3cb3f69
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/common/service/ImageCompressService.php

+ 1 - 0
app/common/service/ImageCompressService.php

@@ -115,6 +115,7 @@ class ImageCompressService
             throw new Exception('GD扩展未安装');
         }
         outFileLog(extension_loaded('gd'),'upload_img','createImageFromType-gd');
+        outFileLog($type,'upload_img','createImageFromType-$type');
         try {
             switch ($type) {
                 case IMAGETYPE_JPEG: