[xoops-cvslog 5538] CVS update: xoops2jp/html/modules/legacy/preload/Primary

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 1日 (水) 15:47:54 JST


Index: xoops2jp/html/modules/legacy/preload/Primary/NuSoapLoader.class.php
diff -u xoops2jp/html/modules/legacy/preload/Primary/NuSoapLoader.class.php:1.1.2.2 xoops2jp/html/modules/legacy/preload/Primary/NuSoapLoader.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/preload/Primary/NuSoapLoader.class.php:1.1.2.2	Sun Oct 15 01:43:37 2006
+++ xoops2jp/html/modules/legacy/preload/Primary/NuSoapLoader.class.php	Wed Nov  1 15:47:54 2006
@@ -22,13 +22,13 @@
 		$root =& XCube_Root::getSingleton();
 		
 		if (is_object($service) && is_a($service, 'XCube_Service')) {
-			$client = new XCube_ServiceClient($service);
+			$client =& new XCube_ServiceClient($service);
 		}
 		else {
 			require_once XOOPS_ROOT_PATH . "/modules/legacy/lib/nusoap/nusoap.php";
 			require_once XOOPS_ROOT_PATH . "/modules/legacy/lib/ShadePlus/SoapClient.class.php";
 			
-			$client = new Shade_SoapClient($service);
+			$client =& new Shade_SoapClient($service);
 		}
 	}
 


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index