From cecb3817a9540b352ff481dd9ded328e940503f4 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 1 Mar 2013 18:21:57 +0100 Subject: [PATCH] // Fixed 2 bugs in the installer --- classes/ConfigurationTest.php | 1 + install-dev/theme/views/configure.phtml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/classes/ConfigurationTest.php b/classes/ConfigurationTest.php index fa9c6a0b8..a6d27bad4 100644 --- a/classes/ConfigurationTest.php +++ b/classes/ConfigurationTest.php @@ -76,6 +76,7 @@ class ConfigurationTestCore 'register_globals' => false, 'gz' => false, 'mcrypt' => false, + 'mbstring' => false, 'magicquotes' => false, 'dom' => false, 'pdo_mysql' => false, diff --git a/install-dev/theme/views/configure.phtml b/install-dev/theme/views/configure.phtml index 33401430e..e0e147420 100644 --- a/install-dev/theme/views/configure.phtml +++ b/install-dev/theme/views/configure.phtml @@ -50,6 +50,8 @@ var default_iso = 'session->shop_country ?>';

l('Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.') ?>

+ +