From: gggeek Date: Mon, 15 Dec 2014 00:16:09 +0000 (+0000) Subject: WIP - more fixes X-Git-Tag: 4.0.0-alpha^2~199 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=62a0db8fc871a6c8667dcc101e38710cf9a89b4d;p=plcapi.git WIP - more fixes --- 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);