1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:56:34 +00:00

do not reference gettext modules if ENABLE_TRANSLATIONS is disabled

This commit is contained in:
Andrew Dolgov
2007-05-19 05:46:29 +01:00
parent c4b0f96c81
commit 8d03971834
2 changed files with 30 additions and 16 deletions

View File

@@ -20,7 +20,10 @@
require_once "functions.php";
no_cache_incantation();
startup_gettext();
if (ENABLE_TRANSLATIONS == true) {
startup_gettext();
}
$script_started = getmicrotime();