فهرست منبع

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
 }
 
-checkStep();
-
 initTranslate();
 
+checkStep();
+
 switch (STEP) {
 case 0:
 default: