lvhao 21 時間 前
コミット
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;