From 0bbe7043ef114189d6c6fcade836a20612962298 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Apr 2018 00:58:23 +0200 Subject: [PATCH] Fyx syntax error --- htdocs/install/step2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php index 7cc67d8bef7..576e5e868a8 100644 --- a/htdocs/install/step2.php +++ b/htdocs/install/step2.php @@ -43,7 +43,7 @@ error_reporting(0); // Disable all errors error_reporting($err); $action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):(empty($argv[1])?'':$argv[1]); -$setuplang=GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):(empty($argv[2])?'auto':$argv[2]; +$setuplang=GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):(empty($argv[2])?'auto':$argv[2]); $langs->setDefaultLang($setuplang); $langs->load("admin");