[xoops-cvslog 3387] CVS update: xoops2jp/html/modules/base/preload/Primary

Back to archive index

Minahito minah****@users*****
2006年 6月 30日 (金) 14:10:35 JST


Index: xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php
diff -u xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.2 xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.3
--- xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.2	Wed Jun 28 14:47:00 2006
+++ xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php	Fri Jun 30 14:10:35 2006
@@ -34,7 +34,7 @@
 	function Legacy_SoapClient(&$service)
 	{
 		parent::XCube_AbstractServiceClient($service);
-		$this->mClient =& new soapclient($service->getWSDLUrl(), true);
+		$this->mClient =& new soap_client($service->getWSDLUrl(), true);
 	}
 	
 	function call()


xoops-cvslog メーリングリストの案内
Back to archive index