From 62a0db8fc871a6c8667dcc101e38710cf9a89b4d Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 15 Dec 2014 00:16:09 +0000 Subject: [PATCH] WIP - more fixes --- demo/server/discuss.php | 2 ++ demo/server/proxy.php | 2 ++ src/Server.php | 13 +++++++++---- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/demo/server/discuss.php b/demo/server/discuss.php index d1dc0a4e..6996564f 100644 --- a/demo/server/discuss.php +++ b/demo/server/discuss.php @@ -1,5 +1,7 @@ raw_data = $raw_data; - if($this->debug > 2 && $GLOBALS['_xmlrpcs_occurred_errors']) + if($this->debug > 2 && static::$_xmlrpcs_occurred_errors) { $this->debugmsg("+++PROCESSING ERRORS AND WARNINGS+++\n" . - $GLOBALS['_xmlrpcs_occurred_errors'] . "+++END+++"); + static::$_xmlrpcs_occurred_errors . "+++END+++"); } $payload=$this->xml_header($resp_charset); -- 2.47.0