修复AH目的地Review为三个

master
Jimmy Liow 2 years ago
parent 46457a8785
commit 840f7e5b9f

@ -2288,7 +2288,7 @@ class Information extends CI_Controller
$top3_feedback_list = array_slice($feedback_list, 0, 3); $top3_feedback_list = array_slice($feedback_list, 0, 3);
$feedback_content = $this->load->view( $feedback_content = $this->load->view(
$template_path . '-feedback-list', $template_path . '-feedback-list',
array('feedback_list' => $feedback_list), array('feedback_list' => $top3_feedback_list),
true true
); );
$information->ic_content = str_replace( $information->ic_content = str_replace(

Loading…
Cancel
Save