瀏覽代碼

提交数据

lvhao 18 小時之前
父節點
當前提交
2cf1157dbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Choice.php

+ 1 - 1
core/CoreApp/controllers/Choice.php

@@ -51,7 +51,7 @@ class Choice extends Start_Controller {
 	public function _Choices($arg_array){
 		$arg = empty($arg_array[0]) ? 1 : $arg_array[0];
 		$this->load->driver('cache');
-		$cache_key = 'choice_page_' . $arg;
+		$cache_key = 'choices_page_' . $arg;
 		$cached = $this->cache->get($cache_key);
 		if ($cached !== FALSE) {
 			echo $cached;