Merge pull request #13684 from civicrm/5.11
[civicrm-core.git] / install / template.html
index 493da9c9fc9a2fe5aca2b45163889b0b0a30f7f9..e95165536b2e43f38345a7bf038babac463aa261 100644 (file)
@@ -22,6 +22,8 @@ if ($text_direction == 'rtl') {
 
 <form name="civicrm_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
 
+  <input type="hidden" name="civicrm_install_type" value="<?php echo $installType; ?>" />
+
 <?php if (isset($hasErrorOtherThanDatabase)) { ?>
   <p class="error"><?php echo ts('We are not able to install the software. Please <a href="#requirements">see below</a> for details.'); ?></p>
 <?php } else { ?>