From a8964ea2a500992fb004f9ee127ecc100cb0c2be Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 24 Feb 2009 23:31:02 +0000 Subject: [PATCH] Fixed gettext php emulation side bug. --- includes/session.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/session.inc b/includes/session.inc index a6662a7e..7bd85974 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -103,7 +103,6 @@ include_once($path_to_root . "/includes/current_user.inc"); include_once($path_to_root . "/includes/lang/language.php"); include_once($path_to_root . "/config_db.php"); include_once($path_to_root . "/includes/ajax.inc"); -include_once($path_to_root . "/includes/main.inc"); include_once($path_to_root . "/includes/ui/ui_msgs.inc"); /* @@ -127,6 +126,7 @@ if (!isset($_SESSION['languages'])) language::set_language($_SESSION['language']->code); include_once($path_to_root . "/config.php"); +include_once($path_to_root . "/includes/main.inc"); $Ajax =& new Ajax(); -- 2.30.2