dever 4 년 전
부모
커밋
e7bab090d3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/Yun.php

+ 3 - 1
src/Yun.php

@@ -28,7 +28,9 @@ class Yun
         if (!$upload) {
             return;
         }
-        
+        if ($upload['save_type'] == 1) {
+            return;
+        }
         if (!$upload['yun']) {
             return;
         }