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;
         }