Allow null first argument

This commit is contained in:
Miles Lott 2001-07-16 06:17:27 +00:00
parent 0593d5ed96
commit c5a72a8bc2

View File

@ -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();