Parcourir la source

Fix i18n in install.php

Init i18n must be done before check steps
Marien Fressinaud il y a 11 ans
Parent
commit
2ac732ec6d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/install.php

+ 2 - 2
app/install.php

@@ -778,10 +778,10 @@ function printStep5() {
 <?php
 }
 
-checkStep();
-
 initTranslate();
 
+checkStep();
+
 switch (STEP) {
 case 0:
 default: