Minahito
minah****@users*****
2006年 4月 21日 (金) 12:15:31 JST
Index: xoops2jp/html/class/XCube_EventManager.class.php diff -u xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.10 xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.11 --- xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.10 Wed Apr 19 14:28:45 2006 +++ xoops2jp/html/class/XCube_EventManager.class.php Fri Apr 21 12:15:31 2006 @@ -150,7 +150,7 @@ if ($root->mEventManager->raiseEvent($event, $root->mController, $eventArgs)) { return $eventArgs; } else { - $ret = false; + $ret = null; return $ret; } }