dever hace 4 años
padre
commit
e7bab090d3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;
         }