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

move gettext/ to lib

This commit is contained in:
Andrew Dolgov
2009-01-22 14:38:21 +01:00
parent ba5e180819
commit 0ba3a1274d
5 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
if (ENABLE_TRANSLATIONS == true) { // If translations are enabled.
require_once "accept-to-gettext.php";
require_once "gettext/gettext.inc";
require_once "lib/gettext/gettext.inc";
function startup_gettext() {