From b3fcb39910a8be99e44172333dfa860d0e1ea2ee Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 1 Oct 2006 07:21:54 +0000 Subject: [PATCH] r1222: We actually *can't* blow off loading Localize because ISSO actually depends on it --- includes/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/init.php b/includes/init.php index 8dc9605..e190961 100755 --- a/includes/init.php +++ b/includes/init.php @@ -128,6 +128,7 @@ if (!$userinfo) // ################################################################### // initialize localization system +$bugsys->load('localize', 'lang', true); require_once('./includes/language.php'); -- 2.22.5