From 3653f1a561dccc45bf9823882cbfeeee117ea5ca Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 29 Aug 2006 10:57:20 +0000 Subject: proted r3218:3224 from 1.1.2 git-svn-id: svn://svn.zabbix.com/trunk@3228 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/php/include/config.inc.php') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 84105782..d85519cf 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -866,6 +866,9 @@ COpt::profiling_start("page"); if($noauth==0) { + global $TRANSLATION; + if(!isset($TRANSLATION) || !is_array($TRANSLATION)) $TRANSLATION = array(); + check_authorisation(); include_once "include/locales/".$USER_DETAILS["lang"].".inc.php"; process_locales(); -- cgit