From 0380140807249c04f485c376638514a9611a18c5 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 3 Nov 2017 10:43:21 +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 9fd4fa72..b8e4762d 100644 --- a/application/controllers/keyworlds.php +++ b/application/controllers/keyworlds.php @@ -689,7 +689,7 @@ class Keyworlds extends CI_Controller { return $reponse; } - public function test($kw_is_id=0, $top=1) + public function testrank($kw_is_id=0, $top=1) { $rank_info = $this->Keywordsrank_model->get_rank_list($is_id_string, $top); foreach ($rank_info as $key => &$value) {