From 7b26a148b0fcd904ea5425fd5d317b53704822dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Mar 2011 19:25:06 +0300 Subject: config: remove ENABLE_TRANSLATIONS --- backend.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 016e18986..fd5ad6e7d 100644 --- a/backend.php +++ b/backend.php @@ -24,9 +24,7 @@ no_cache_incantation(); - if (ENABLE_TRANSLATIONS == true) { - startup_gettext(); - } + startup_gettext(); $script_started = getmicrotime(); -- cgit v1.2.3-54-g00ecf