Minahito
minah****@users*****
2006年 7月 10日 (月) 12:06:28 JST
Index: xoops2jp/html/kernel/XCube_Delegate.class.php diff -u xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.9 xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.10 --- xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.9 Fri Jul 7 13:52:25 2006 +++ xoops2jp/html/kernel/XCube_Delegate.class.php Mon Jul 10 12:06:28 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Delegate.class.php,v 1.1.2.9 2006/07/07 04:52:25 nobunobu Exp $ + * @version $Id: XCube_Delegate.class.php,v 1.1.2.10 2006/07/10 03:06:28 minahito Exp $ */ @@ -218,6 +218,7 @@ } } + $param = array(); for ($i=0 ; $i<$num ;$i++) { if (is_a($args[$i], "XCube_Ref")) { $args[$i] =& $args[$i]->getObject();