diff options
-rw-r--r-- | en/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index 99f438c84..b81f90224 100644 --- a/en/index.php +++ b/en/index.php @@ -112,7 +112,6 @@ $_t = array( ); if (!array_key_exists($locale, $_t)) $locale = 'en'; - $locale = 'fr'; $_t = array_merge($_t['en'], $_t[$locale]); |