From 0501607b1f2b3310eff420d66adc7f6988fa39a6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 20:27:42 +0000 Subject: [PATCH] r300: Globalize key element templates. --- includes/class_message_reporter.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/class_message_reporter.php b/includes/class_message_reporter.php index b4efc93..a3bac9b 100755 --- a/includes/class_message_reporter.php +++ b/includes/class_message_reporter.php @@ -21,6 +21,7 @@ class Message_Reporter function error($text = '') { global $bugsys; + global $doctype, $header, $headinclude, $footer; if (is_array($this->phrase) AND empty($this->process)) { @@ -64,6 +65,7 @@ class Message_Reporter function redirect($text = '', $url = '') { global $bugsys; + global $doctype, $header, $headinclude, $footer; if (is_array($this->phrase) AND empty($this->process)) { @@ -94,6 +96,7 @@ class Message_Reporter function message($text = '') { global $bugsys; + global $doctype, $header, $headinclude, $footer; if (is_array($this->phrase) AND empty($this->process)) { -- 2.22.5