Minahito
minah****@users*****
2006年 8月 25日 (金) 19:16:37 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.5 xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.6 --- xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php:1.1.2.5 Thu Jul 27 18:34:51 2006 +++ xoops2jp/html/modules/base/preload/Primary/NuSoapLoader.class.php Fri Aug 25 19:16:37 2006 @@ -40,7 +40,9 @@ function call() { $args = func_get_args(); - return call_user_func_array(array($this->mClient, 'call'), $args); + $op = array_shift($args); + + return $this->mClient->call($op, $args); } }