소스 검색

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: