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

Back to archive index

Minahito minah****@users*****
2006年 7月 7日 (金) 11:56:14 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.3 xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.4
--- xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.3	Fri Jun 30 14:10:35 2006
+++ xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php	Fri Jul  7 11:56:14 2006
@@ -9,7 +9,7 @@
 	function preFilter()
 	{
 		require_once XOOPS_ROOT_PATH . "/modules/base/lib/nusoap/nusoap.php";
-		$this->mController->mRoot->mDelegateManager->add('XCube_ServiceManager.CreateClient', array('Legacy_NuSoapLoader', 'createClient'));
+		$this->mController->mRoot->mDelegateManager->add('XCube_ServiceManager.CreateClient', 'Legacy_NuSoapLoader::createClient');
 	}
 	
 	function createClient(&$client, $service)


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