diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php
index c1b07c96..38275ecb 100644
--- a/application/views/bootstrap3/information_edit.php
+++ b/application/views/bootstrap3/information_edit.php
@@ -632,11 +632,11 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
?>
ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
- // $PcAmpChecked = 'checked';
- // } else {
- // $PcAmpChecked = '';
- // }
+ if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
+ $PcAmpChecked = 'checked';
+ } else {
+ $PcAmpChecked = '';
+ }
?>
-
+