Fixed: Stupid comma missed :)
This commit is contained in:
parent
5b3c358a02
commit
c3d784d327
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ class WebsitePanel
|
||||||
$esUrl = (($this->_esUseSsl ? "https" : "http") . "://{$this->_esServerUrl}:{$this->_esServerPort}/{$serviceFile}?WSDL");
|
$esUrl = (($this->_esUseSsl ? "https" : "http") . "://{$this->_esServerUrl}:{$this->_esServerPort}/{$serviceFile}?WSDL");
|
||||||
$soapParams = array('login' => $this->_esUsername,
|
$soapParams = array('login' => $this->_esUsername,
|
||||||
'password' => $this->_esPassword,
|
'password' => $this->_esPassword,
|
||||||
'cache_wsdl' => WSDL_CACHE_NONE, // WSDL caching is an annoying nightmare - we will disable it
|
'cache_wsdl' => WSDL_CACHE_NONE // WSDL caching is an annoying nightmare - we will disable it
|
||||||
);
|
);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue