// Fixed 2 bugs in the installer

This commit is contained in:
Damien Metzger
2013-03-01 18:21:57 +01:00
parent a37412e398
commit cecb3817a9
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ class ConfigurationTestCore
'register_globals' => false,
'gz' => false,
'mcrypt' => false,
'mbstring' => false,
'magicquotes' => false,
'dom' => false,
'pdo_mysql' => false,
+2
View File
@@ -50,6 +50,8 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
</div>
<p class="userInfos aligned"><?php echo $this->l('Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.') ?></p>
</div>
<?php else: ?>
<input value="full" name="db_mode" type="hidden" />
<?php endif; ?>
<!-- Country list -->