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

+ 1 - 1
src/View.php

@@ -360,7 +360,7 @@ class View
             if ($type) {
                 $method = 'handle_' . $type;
                 $file = $handle->$method($id, $source, $dest, $path);
-            } elseif (!$local) {
+            } elseif (!$local && $handle->yun) {
                 $yun = $handle->yun->getData();
                 $file = $yun['host'] . $source;
             }