projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40aeba
)
MFB 1.1.2.6
author
Jan Schneider
<jan@horde.org>
Fri, 6 Nov 2009 17:03:36 +0000
(18:03 +0100)
committer
Jan Schneider
<jan@horde.org>
Sat, 7 Nov 2009 17:47:26 +0000
(18:47 +0100)
framework/Rpc/lib/Horde/Rpc/Soap.php
patch
|
blob
|
history
diff --git
a/framework/Rpc/lib/Horde/Rpc/Soap.php
b/framework/Rpc/lib/Horde/Rpc/Soap.php
index
17ccada
..
7f84a4c
100644
(file)
--- a/
framework/Rpc/lib/Horde/Rpc/Soap.php
+++ b/
framework/Rpc/lib/Horde/Rpc/Soap.php
@@
-63,7
+63,7
@@
class Horde_Rpc_Soap extends Horde_Rpc
$this->_serviceName = $params['serviceName'];
}
- $this->_server = new SoapServer(null, array('uri' => Horde::url($GLOBALS['registry']->get('webroot', 'horde') . '/rpc.php', true,
false
)));
+ $this->_server = new SoapServer(null, array('uri' => Horde::url($GLOBALS['registry']->get('webroot', 'horde') . '/rpc.php', true,
-1
)));
$this->_server->addFunction(SOAP_FUNCTIONS_ALL);
$this->_server->setClass('Horde_Rpc_Soap_Caller', $params);
}