Minahito
minah****@users*****
2006年 9月 28日 (木) 19:23:38 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.79.2.1 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.79.2.2 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.79.2.1 Thu Sep 28 14:03:56 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu Sep 28 19:23:38 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.79.2.1 2006/09/28 05:03:56 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.79.2.2 2006/09/28 10:23:38 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -11,6 +11,7 @@ require_once XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_BlockProcedure.class.php"; require_once XOOPS_ROOT_PATH . "/modules/base/class/Legacy_Utils.class.php"; +require_once XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_Identity.class.php"; /** * This class is a virtual controller that has the compatibility with XOOPS 2.0.x.