From 5de668eddcded4b826634f6ee12ecf326e16bb62 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Dec 2009 21:28:18 +0300 Subject: move some aux files 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 08b4c4b81..26e57ab4a 100644 --- a/functions.php +++ b/functions.php @@ -40,7 +40,7 @@ } if (ENABLE_TRANSLATIONS == true) { // If translations are enabled. - require_once "accept-to-gettext.php"; + require_once "lib/accept-to-gettext.php"; require_once "lib/gettext/gettext.inc"; function startup_gettext() { -- cgit v1.2.3