From c5a72a8bc29dc7c2626fbdd9b9ff45d73eabf2bd Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 16 Jul 2001 06:17:27 +0000 Subject: [PATCH] Allow null first argument --- phpgwapi/inc/class.soap_server.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.soap_server.inc.php b/phpgwapi/inc/class.soap_server.inc.php index 3629f5a0f2..ff3d9e4c39 100644 --- a/phpgwapi/inc/class.soap_server.inc.php +++ b/phpgwapi/inc/class.soap_server.inc.php @@ -5,7 +5,7 @@ class soap_server { - function soap_server($data,$serviceNow=False) + function soap_server($data='',$serviceNow=False) { // create empty dispatch map $this->dispatch_map = array();