Minahito
minah****@users*****
2006年 4月 11日 (火) 12:50:51 JST
Index: xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.6 xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.7 --- xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.6 Tue Apr 11 12:09:23 2006 +++ xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php Tue Apr 11 12:50:50 2006 @@ -74,6 +74,8 @@ function doDelete(&$sender, &$eventArgs) { + $comment =& $eventArgs['comment']; + // // Adjust user's post count. // @@ -95,7 +97,6 @@ // // callback // - $comment =& $eventArgs['comment']; $comment_config = Legacy_CommentEditAction::loadCallbackFile($comment); if ($comment_config == false) {