Minahito
minah****@users*****
2006年 2月 21日 (火) 20:46:47 JST
Index: xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.2 --- xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php:1.1.2.1 Thu Jan 26 01:17:36 2006 +++ xoops2jp/html/modules/base/admin/actions/CommentListAction.class.php Tue Feb 21 20:46:47 2006 @@ -25,6 +25,14 @@ function executeViewIndex(&$controller, &$xoopsUser, &$render) { + // + // Load the module and the comment user infomations. + // + foreach (array_keys($this->mObjects) as $key) { + $this->mObjects[$key]->loadModule(); + $this->mObjects[$key]->loadUser(); + } + $render->setTemplateName("comment_list.html"); $render->setAttribute("objects", $this->mObjects); $render->setAttribute("pageNavi", $this->mNavi);