Minahito
minah****@users*****
2006年 1月 27日 (金) 17:25:36 JST
Index: xoops2jp/html/class/XCube_Event.class.php diff -u xoops2jp/html/class/XCube_Event.class.php:1.1.2.8 xoops2jp/html/class/XCube_Event.class.php:1.1.2.9 --- xoops2jp/html/class/XCube_Event.class.php:1.1.2.8 Sun Dec 25 14:19:54 2005 +++ xoops2jp/html/class/XCube_Event.class.php Fri Jan 27 17:25:36 2006 @@ -110,7 +110,7 @@ $this->_callbackDelegate($delegate,$sender,$eventArgs); } elseif(is_array($delegate)) { - $this->_callbackArray($Delegate,$sender,$eventArgs); + $this->_callbackArray($delegate,$sender,$eventArgs); } }