From: kink Date: Sat, 21 Sep 2002 16:18:45 +0000 (+0000) Subject: Wrong include path X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f664925c839b9a9f58e4699718a1254ba35a8d7;p=squirrelmail.git Wrong include path git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3700 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/gettext.php b/functions/gettext.php index abd05564..10d658be 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -15,7 +15,7 @@ * $Id$ */ -require_once('../src/global.php'); +require_once(SM_PATH . 'functions/global.php'); global $gettext_php_domain, $gettext_php_dir, $gettext_php_loaded, $gettext_php_translateStrings, $gettext_php_loaded_language,