Minahito
minah****@users*****
2006年 9月 28日 (木) 14:04:20 JST
Index: xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php diff -u xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:1.1.2.1.2.1 --- xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php:1.1.2.1 Mon Apr 24 16:31:08 2006 +++ xoops2jp/html/modules/legacyRender/class/PageNavigator.class.php Thu Sep 28 14:04:20 2006 @@ -2,7 +2,7 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/class/XCube_PageNavigator.class.php"; +require_once XOOPS_ROOT_PATH . "/kernel/XCube_PageNavigator.class.php"; class LegacyRender_PageNavigator extends XCube_PageNavigator { Index: xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php diff -u xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6 xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.1 --- xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6 Thu Aug 3 18:46:11 2006 +++ xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php Thu Sep 28 14:04:20 2006 @@ -2,8 +2,6 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/class/XCube_ActionStrategy.class.php"; - define ("LEGACYRENDER_FRAME_PERFORM_SUCCESS", 1); define ("LEGACYRENDER_FRAME_PERFORM_FAIL", 2); define ("LEGACYRENDER_FRAME_INIT_SUCCESS", 3); @@ -16,7 +14,7 @@ define ("LEGACYRENDER_FRAME_VIEW_PREVIEW", 6); define ("LEGACYRENDER_FRAME_VIEW_CANCEL", 7); -class LegacyRender_ActionFrame extends XCube_ActionStrategy +class LegacyRender_ActionFrame { var $mActionName = null; var $mAction = null;