Index: branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Config.php
===================================================================
--- branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Config.php	(revision 16486)
+++ branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Config.php	(revision 16487)
@@ -44,6 +44,8 @@
         $this->objForm = new SC_FormParam();
         $this->objForm->addParam(
-            'product_id', 'product_id', INT_LEN, '',
-            array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')
+            'product_id', 'product_id', INT_LEN, '', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')
+        );
+        $this->objForm->addParam(
+            'auto_update_flg', 'auto_update_flg', INT_LEN, '', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')
         );
         $this->objForm->setParam($_POST);
@@ -87,5 +89,7 @@
         $objReq->addPostData('site_url', SITE_URL);
         $objReq->addPostData('ssl_url', SSL_URL);
+        $objReq->setPostData('mode');
         $objReq->addPostData('product_id', $objForm->getValue('product_id'));
+        $objReq->addPostData('auto_update_flg', $objForm->getValue('auto_update_flg'));
 
         GC_Utils::gfPrintLog('* http request start');
