Minahito
minah****@users*****
2006年 8月 7日 (月) 20:28:04 JST
Index: xoops2jp/html/modules/base/admin/actions/HelpAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.11 xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.12 --- xoops2jp/html/modules/base/admin/actions/HelpAction.class.php:1.1.2.11 Tue Aug 1 19:31:27 2006 +++ xoops2jp/html/modules/base/admin/actions/HelpAction.class.php Mon Aug 7 20:28:04 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: HelpAction.class.php,v 1.1.2.11 2006/08/01 10:31:27 minahito Exp $ + * @version $Id: HelpAction.class.php,v 1.1.2.12 2006/08/07 11:28:04 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -114,7 +114,7 @@ var $_mDirname = null; /** - * @var XCube_NewDelegate + * @var XCube_Delegate */ var $mCreateHelpSmarty = null; @@ -122,7 +122,7 @@ { parent::Legacy_Action($flag); - $this->mCreateHelpSmarty =& new XCube_NewDelegate(); + $this->mCreateHelpSmarty =& new XCube_Delegate(); $this->mCreateHelpSmarty->add(array(&$this, '_createHelpSmarty')); $this->mCreateHelpSmarty->register('Legacy_HelpAction.CreateHelpSmarty'); }