@ -238,7 +238,7 @@ class Info_amp extends CI_Controller
));
return false;
}
$rs = $this->Information_model->list_info_by_path_with_meta($is_path, $site_code);
$rs = $this->InfoMetas_model->list_info_by_path_with_meta($is_path, $site_code);
if (!empty($rs)) {
$newrs = array();
foreach ($rs as $info) {