mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
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