From cba89cdfe6f1f6c65a65261fbfcf41bfd46ab7fd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 05:09:52 +0000 Subject: [PATCH] r998: Moving the dummy lang class out of install.php and making it global --- install/global.php | 3 +++ install/install.php | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/global.php b/install/global.php index 28d0a90..d955e79 100644 --- a/install/global.php +++ b/install/global.php @@ -65,6 +65,9 @@ $bugsys->options = array(); $bugsys->userinfo = array(); $bugsys->datastore = array(); +class dummy { function string() {} } +$lang = new dummy(); + // ################################################################### $bugsys->versions = array( diff --git a/install/install.php b/install/install.php index d076a18..38881fa 100644 --- a/install/install.php +++ b/install/install.php @@ -106,9 +106,6 @@ if ($bugsys->in['mark'] == 3) $setting) -- 2.22.5