Преглед изворни кода

Fix i18n in install.php

Init i18n must be done before check steps
Marien Fressinaud пре 11 година
родитељ
комит
2ac732ec6d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/install.php

+ 2 - 2
app/install.php

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