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

+ 1 - 0
src/View.php

@@ -327,6 +327,7 @@ class View
             $local = true;
             $root = Dever::data() . 'upload/';
             $source = Dever::pic($source);
+
             $dest = str_replace(array('{uploadRes}', $host), $root, $file);
             $path = str_replace($root, '', $dest);
             if (strstr($source, $host)) {