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:
@@ -20,7 +20,10 @@
|
||||
require_once "functions.php";
|
||||
|
||||
no_cache_incantation();
|
||||
startup_gettext();
|
||||
|
||||
if (ENABLE_TRANSLATIONS == true) {
|
||||
startup_gettext();
|
||||
}
|
||||
|
||||
$script_started = getmicrotime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user