Minahito
minah****@users*****
2006年 3月 30日 (木) 14:28:58 JST
Index: xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.5 --- xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php:1.1.2.4 Wed Mar 29 23:16:13 2006 +++ xoops2jp/html/modules/base/admin/actions/CommentEditAction.class.php Thu Mar 30 14:28:57 2006 @@ -31,6 +31,9 @@ function executeViewInput(&$controller, &$xoopsUser, &$render) { + $this->mObject->loadUser(); + $this->mObject->loadModule(); + $render->setTemplateName("comment_edit.html"); $render->setAttribute('actionForm', $this->mActionForm); $render->setAttribute('object', $this->mObject);