diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/install.php b/app/install.php index a9faa764b..55817ec68 100644 --- a/app/install.php +++ b/app/install.php @@ -57,10 +57,7 @@ function initTranslate() { $_SESSION['language'] = $best; } - Minz_Translate::init(array( - 'en' => 'English', - 'fr' => 'Français', - ), $_SESSION['language']); + Minz_Translate::init($_SESSION['language']); } function get_best_language() { |
