Minahito
minah****@users*****
2005年 11月 25日 (金) 03:11:01 JST
Index: xoops2jp/html/modules/comment/event/CommentEventProxyRegister.class.php diff -u xoops2jp/html/modules/comment/event/CommentEventProxyRegister.class.php:1.1.2.1 xoops2jp/html/modules/comment/event/CommentEventProxyRegister.class.php:1.1.2.2 --- xoops2jp/html/modules/comment/event/CommentEventProxyRegister.class.php:1.1.2.1 Thu Nov 24 18:40:38 2005 +++ xoops2jp/html/modules/comment/event/CommentEventProxyRegister.class.php Fri Nov 25 03:11:01 2005 @@ -17,6 +17,13 @@ { return $this->_mList; } + + function &createModule_Comment_PostForm_AccessDelegate() + { + require_once XOOPS_ROOT_PATH."/modules/comment/event/CommentEventFunction.class.php"; + $delegate=new XCube_Delegate("CommentEventFunction","PostFormAccess"); + return $delegate; + } } ?> \ No newline at end of file