1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 21:25:55 +00:00

add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header

This commit is contained in:
Andrew Dolgov
2013-05-29 15:41:19 +04:00
parent 642432fc39
commit 67e0cf9a37
3 changed files with 9 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
require_once "config.php";
require_once "db.php";
startup_gettext();
$action = $_REQUEST["action"];
if (!init_plugins()) return;