summaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:20 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:20 +0100
commit105729639bd06c27536bbdd2968873046278d59f (patch)
tree30dcf7e3ae471b30810fb22ed701e0bb7d034fc8 /app/install.php
parentcaf98a6468dcea5ae8c38062e4eb527cb3667db9 (diff)
parentee50df518310d3aee5efb5a0c15548b457d10e7e (diff)
Merge branch 'beta' into hotfixes
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/install.php b/app/install.php
index 4449cd063..cfdd733ce 100644
--- a/app/install.php
+++ b/app/install.php
@@ -54,11 +54,6 @@ function initTranslate() {
if (file_exists($file)) {
$translates = array_merge($translates, include($file));
}
-
- $file = APP_PATH . '/i18n/install.' . $actual . '.php';
- if (file_exists($file)) {
- $translates = array_merge($translates, include($file));
- }
}
function getBetterLanguage($fallback) {