Minahito
minah****@users*****
2006年 1月 12日 (木) 13:22:06 JST
Index: xoops2jp/html/class/XCube_ActionForm.class.php diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.14 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.15 --- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.14 Wed Jan 11 00:38:15 2006 +++ xoops2jp/html/class/XCube_ActionForm.class.php Thu Jan 12 13:22:06 2006 @@ -40,7 +40,7 @@ { if(isset($this->mFormProperties[func_get_arg(0)])) { if (func_num_args() == 2) { - $value = func_get_arg(2); + $value = func_get_arg(1); $this->mFormProperties[func_get_arg(0)]->setValue($value); } elseif (func_num_args() == 3) { $index = func_get_arg(1);