dever 6 năm trước cách đây
mục cha
commit
2e2e38f268
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      stat/lib/Manage.php

+ 1 - 0
stat/lib/Manage.php

@@ -8,6 +8,7 @@ class Manage
 {
     public function info($id)
     {
+    	$id = Dever::input('search_option_journal_id');
         if ($id > 0) {
         	$info = Dever::db('journal/info')->one($id);
         	return $info['name'];