Minahito
minah****@users*****
2006年 7月 11日 (火) 12:05:13 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.12 xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.13 --- xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.12 Mon Jul 10 20:00:48 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php Tue Jul 11 12:05:13 2006 @@ -1,7 +1,7 @@ <?php /** * @package legacyRender - * @version $Id: TplfileListAction.class.php,v 1.1.2.12 2006/07/10 11:00:48 minahito Exp $ + * @version $Id: TplfileListAction.class.php,v 1.1.2.13 2006/07/11 03:05:13 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -112,8 +112,8 @@ $obj->loadSource(); - $last_tplset = $obj->getVar('tpl_tplset'); - $last_module = $obj->getVar('tpl_module'); + $last_tplset = $obj->get('tpl_tplset'); + $last_module = $obj->get('tpl_module'); // // [Warning] Access to a private property of XCube_FormFile.