@ -269,7 +269,7 @@ class Info_amp extends CI_Controller
$ic = $this->InfoContents_model->get_ic_contents2($icid);
if ($ic) {
$show_photo_meta = $this->InfoMetas_model->get($icid, 'meta_use_list_picture');
if ($show_photo_meta === 'no') {
if ($show_photo_meta == 'no') {
$use_photo = '';
} else {
$use_photo = $this->config->item('site_image_url').$ic->ic_photo;