From 07772e9d7fdf2b33d5c46a1ed4d67a575c588b2c Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 30 Nov 2001 04:19:59 +0000 Subject: [PATCH] Add ssl test, not able to test here; fix php error created by $fs not defined in response class --- phpgwapi/inc/class.xmlrpcresp.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.xmlrpcresp.inc.php b/phpgwapi/inc/class.xmlrpcresp.inc.php index b9f9baa20f..c12b7d15e5 100644 --- a/phpgwapi/inc/class.xmlrpcresp.inc.php +++ b/phpgwapi/inc/class.xmlrpcresp.inc.php @@ -22,7 +22,7 @@ { var $xv = array(); var $fn; - var $fs; + var $fs = ''; var $hdrs; function xmlrpcresp($val='', $fcode=0, $fstr='')