Parcourir la source

Fix locales_dir stuff in config.php

Alexandre Aubin il y a 4 ans
Parent
commit
12ff876d45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      conf/config.php.tpl

+ 1 - 1
conf/config.php.tpl

@@ -58,7 +58,7 @@ function before($route) {
   setlocale(LC_ALL, $lang);
   setlocale(LC_CTYPE, $lang);
 
-  $locales_dir = dirname(__FILE__).'/i18n';
+  $locales_dir = '__FINAL_PATH__/i18n';
 
   bindtextdomain($textdomain, $locales_dir);
   bind_textdomain_codeset($textdomain, 'UTF-8');