forked from extern/egroupware
Allow null first argument
This commit is contained in:
parent
0593d5ed96
commit
c5a72a8bc2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user