mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Allow null first argument
This commit is contained in:
parent
0593d5ed96
commit
c5a72a8bc2
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
class soap_server
|
class soap_server
|
||||||
{
|
{
|
||||||
function soap_server($data,$serviceNow=False)
|
function soap_server($data='',$serviceNow=False)
|
||||||
{
|
{
|
||||||
// create empty dispatch map
|
// create empty dispatch map
|
||||||
$this->dispatch_map = array();
|
$this->dispatch_map = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user