diff -r 6872c6aac6d6 -r 8e7f49582714 web/index.php --- a/web/index.php Mon Oct 10 11:54:08 2011 +0200 +++ b/web/index.php Mon Oct 10 11:55:03 2011 +0200 @@ -9,6 +9,8 @@ include_once dirname(__FILE__).'/common.php'; include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php'; +set_config_translations($config,$translate); + /** * Do we already have a valid Access Token or need to go get one? @@ -175,11 +177,11 @@
-