dever %!s(int64=4) %!d(string=hai) anos
pai
achega
78acc54cf5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }