From e7ab8c9da136be7565e4b686841d95370b286896 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Tue, 10 Sep 2002 17:55:14 +0000 Subject: [PATCH] SM_PATH fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3638 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/i18n.php b/functions/i18n.php index 107f2cff..c7b56184 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -1038,7 +1038,7 @@ if ($gettext_flags == 7) { /* If we can fake gettext, try that */ elseif ($gettext_flags == 0) { $use_gettext = true; - include_once('../functions/gettext.php'); + include_once(SM_PATH . 'functions/gettext.php'); } else { /* Uh-ho. A weird install */ if (! $gettext_flags & 1) { @@ -1166,4 +1166,4 @@ function korean_charset_xtra() { return $ret; } -?> \ No newline at end of file +?> -- 2.25.1