From 4c8dfadf2d11373d9518fea94a05d4a04f74589e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 5 Aug 2008 23:45:15 -0400 Subject: make init of lang environment happen earlier, or when user language may have changed darcs-hash:20080806034515-84dde-e32cbfec2890f50b610d0441659180038b060473.gz --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index fad626646..de39dd020 100644 --- a/index.php +++ b/index.php @@ -22,6 +22,14 @@ define('LACONICA', true); require_once(INSTALLDIR . "/lib/common.php"); +# get and cache current user + +$user = common_current_user(); + +# initialize language env + +common_init_language(); + $action = $_REQUEST['action']; if (!$action || !preg_match('/^[a-zA-Z0-9_-]*$/', $action)) { -- cgit v1.2.3-54-g00ecf