summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-18 19:25:06 +0300
committerAndrew Dolgov <[email protected]>2011-03-18 19:25:06 +0300
commit7b26a148b0fcd904ea5425fd5d317b53704822dc (patch)
treee1c64dd9c6ca4cbe8c74799d10cd5a5be0bf70b5 /backend.php
parent565ca5653c6ee1c2547a9b478cd8084fa3d825c9 (diff)
config: remove ENABLE_TRANSLATIONS
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 1 insertions, 3 deletions
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();