From 0ba3a1274d5320da6409c81de54fe2bdc37390d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:38:21 +0100 Subject: move gettext/ to lib --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8f207cbdd..fbf14ab50 100644 --- a/functions.php +++ b/functions.php @@ -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() { -- cgit v1.2.3-54-g00ecf