From 8a98510646c4ca9783610a9f4a95bfbc8c485510 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 3 Nov 2017 10:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/keyworlds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/keyworlds.php b/application/controllers/keyworlds.php index b8e4762d..5d6225f8 100644 --- a/application/controllers/keyworlds.php +++ b/application/controllers/keyworlds.php @@ -691,7 +691,7 @@ class Keyworlds extends CI_Controller { public function testrank($kw_is_id=0, $top=1) { - $rank_info = $this->Keywordsrank_model->get_rank_list($is_id_string, $top); + $rank_info = $this->Keywordsrank_model->get_rank_list($kw_is_id, $top); foreach ($rank_info as $key => &$value) { $rank_info['ddd'] = date('Y-m-d H:i:s', $value->kwr_datetime); }