dever 4 년 전
부모
커밋
d2398abcd6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/collection/lib/Core.php

+ 2 - 0
app/collection/lib/Core.php

@@ -315,6 +315,8 @@ class Core
 
         $url = Dever::input('url');
 
+        $data['source_link'] = $url;
+
         $url = $this->getUrl($url);
 
         $data['link'] = $url;