dever 4 năm trước cách đây
mục cha
commit
0b96c9561a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/src/Content.php

+ 1 - 1
main/src/Content.php

@@ -322,7 +322,7 @@ class Content
     # 获取资讯
     public function getNoNews()
     {
-        $pg = input('pg');
+        $pg = Dever::input('pg');
         $data = Dever::load('main/content.news');
         if ($data || $pg > 1) {
             return false;