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