From fab63ca751beac91d12e06c194101cacd1f909e5 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 30 Oct 2010 13:25:37 -0700 Subject: -Wall cleanup --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 0a089106b..81d089dfb 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ $install = ((file_exists('.htconfig.php')) ? false : true); @include(".htconfig.php"); -if(x($lang)) +if(isset($lang) && strlen($lang)) load_translation_table($lang); require_once("dba.php"); -- cgit v1.2.3