summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 9b28f650e..3b5c071c4 100644
--- a/backend.php
+++ b/backend.php
@@ -20,7 +20,10 @@
require_once "functions.php";
no_cache_incantation();
- startup_gettext();
+
+ if (ENABLE_TRANSLATIONS == true) {
+ startup_gettext();
+ }
$script_started = getmicrotime();