lvhao 18 часов назад
Родитель
Сommit
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){
 	public function _Choices($arg_array){
 		$arg = empty($arg_array[0]) ? 1 : $arg_array[0];
 		$arg = empty($arg_array[0]) ? 1 : $arg_array[0];
 		$this->load->driver('cache');
 		$this->load->driver('cache');
-		$cache_key = 'choice_page_' . $arg;
+		$cache_key = 'choices_page_' . $arg;
 		$cached = $this->cache->get($cache_key);
 		$cached = $this->cache->get($cache_key);
 		if ($cached !== FALSE) {
 		if ($cached !== FALSE) {
 			echo $cached;
 			echo $cached;