Minahito
minah****@users*****
2006年 11月 22日 (水) 20:31:43 JST
Index: xoops2jp/html/include/functions.php diff -u xoops2jp/html/include/functions.php:1.2.8.19.2.9 xoops2jp/html/include/functions.php:1.2.8.19.2.10 --- xoops2jp/html/include/functions.php:1.2.8.19.2.9 Thu Nov 16 19:26:17 2006 +++ xoops2jp/html/include/functions.php Wed Nov 22 20:31:43 2006 @@ -1,5 +1,5 @@ <?php -// $Id: functions.php,v 1.2.8.19.2.9 2006/11/16 10:26:17 minahito Exp $ +// $Id: functions.php,v 1.2.8.19.2.10 2006/11/22 11:31:43 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -542,7 +542,7 @@ // The following delegate is test at Alpha4-c. // $handler = null; - XCube_DelegateUtils::call('Legacy.Event.GetHandler', new XCube_Ref($handler), $optional); + XCube_DelegateUtils::call('Legacy.Event.GetHandler', new XCube_Ref($handler), $name, $optional); if (is_object($handler)) { $handlers[$name] =& $handler; return $handlers[$name];