Minahito
minah****@users*****
2006年 10月 13日 (金) 18:20:20 JST
Index: xoops2jp/html/modules/base/admin/actions/CommentViewAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/CommentViewAction.class.php:1.1.2.3.2.1 xoops2jp/html/modules/base/admin/actions/CommentViewAction.class.php:1.1.2.3.2.2 --- xoops2jp/html/modules/base/admin/actions/CommentViewAction.class.php:1.1.2.3.2.1 Fri Oct 13 14:11:00 2006 +++ xoops2jp/html/modules/base/admin/actions/CommentViewAction.class.php Fri Oct 13 18:20:19 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: CommentViewAction.class.php,v 1.1.2.3.2.1 2006/10/13 05:11:00 minahito Exp $ + * @version $Id: CommentViewAction.class.php,v 1.1.2.3.2.2 2006/10/13 09:20:19 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -9,7 +9,7 @@ require_once XOOPS_MODULE_PATH . "/base/class/AbstractListAction.class.php"; require_once XOOPS_MODULE_PATH . "/base/admin/forms/CommentFilterForm.class.php"; -class Legacy_CommentVIewAction extends Legacy_Action +class Legacy_CommentViewAction extends Legacy_Action { var $mObject = null;