dever 4 лет назад
Родитель
Сommit
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;
             }