SM_PATH fix
authorindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Sep 2002 17:55:14 +0000 (17:55 +0000)
committerindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Sep 2002 17:55:14 +0000 (17:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3638 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 107f2cff0c3179eaf96255ad8b8dfc8d15b7255f..c7b5618428955a26a6f485890e4a806687af45f9 100644 (file)
@@ -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
+?>