// Fix #PSFV-264 (typo in new installer)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11835 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-28 12:50:50 +00:00
parent 60185f7e03
commit 39127bbc3f
+2 -2
View File
@@ -112,10 +112,10 @@ class InstallControllerHttpSystem extends InstallControllerHttp
'title' => $this->l('PHP parameters:'),
'checks' => array(
'fopen' => $this->l('Can open external URLs ?'),
'register_globals' => $this->l('Is PHP register global option desactivated (recommended) ?'),
'register_globals' => $this->l('Is PHP register global option deactivated (recommended) ?'),
'gz' => $this->l('Is GZIP compression activated (recommended) ?'),
'mcrypt' => $this->l('Is Mcrypt extension available (recommended) ?'),
'magicquotes' => $this->l('Is PHP magic quotes option desactivated (recommended) ?'),
'magicquotes' => $this->l('Is PHP magic quotes option deactivated (recommended) ?'),
'dom' => $this->l('Is Dom extension loaded ?'),
'pdo_mysql' => $this->l('Is PDO MySQL extension loaded ?'),
)