// Fixed 2 bugs in the installer
This commit is contained in:
@@ -76,6 +76,7 @@ class ConfigurationTestCore
|
||||
'register_globals' => false,
|
||||
'gz' => false,
|
||||
'mcrypt' => false,
|
||||
'mbstring' => false,
|
||||
'magicquotes' => false,
|
||||
'dom' => false,
|
||||
'pdo_mysql' => false,
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user