master
LMR 1 year ago
parent 0161f333c2
commit 077712eaab

@ -93,7 +93,7 @@ class infofix extends CI_Controller
} }
} }
if ($sub_url != '' || count($sub_content) != 0) { if ($sub_url != '' || count($sub_content) != 0 || count($sub_content2) != 0 || count($sub_content3) != 0) {
array_push( array_push(
$key_with_content, $key_with_content,
array( array(
@ -108,8 +108,8 @@ class infofix extends CI_Controller
} }
$info->ic_content = $key_with_content; $info->ic_content = $key_with_content;
// unset($info->amp_json); unset($info->amp_json);
// unset($info->amp_body); unset($info->amp_body);
} }
echo json_encode($rs); echo json_encode($rs);
} }

Loading…
Cancel
Save