From 57fac845166a2efa7244c61cce31442fc5600232 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Sep 2020 18:56:29 +0300 Subject: rename gettext.inc to gettext.inc.php (cosmetic) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index fc3a60f31..e91840051 100644 --- a/include/functions.php +++ b/include/functions.php @@ -122,7 +122,7 @@ } require_once "lib/accept-to-gettext.php"; - require_once "lib/gettext/gettext.inc"; + require_once "lib/gettext/gettext.inc.php"; function startup_gettext() { -- cgit v1.2.3-54-g00ecf