diff --git a/application/controllers/test.php b/application/controllers/test.php
index fc7860b0..4db89632 100644
--- a/application/controllers/test.php
+++ b/application/controllers/test.php
@@ -26,10 +26,10 @@ class Test extends CI_Controller
if (!empty($feedback_array)) {
foreach ($feedback_array[0] as $index => $tag_name) {
$city_name = $feedback_array[1][$index];
- echo $information->ic_title.'
';
echo $city_name.'
';
echo htmlentities($tag_name).'
';
$feedback_data = $this->feedback_model->get_feedback_by_city($city_name);
+ var_dump($feedback_data);
$feedback_content = $this->load->view(
$template_path . '-feedback',
array('feedback_data' => $feedback_data),