Minahito
minah****@users*****
2006年 1月 15日 (日) 04:01:41 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.6 --- xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.5 Sat Jan 14 22:19:13 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php Sun Jan 15 04:01:41 2006 @@ -73,6 +73,14 @@ $render->setAttribute('pageNavi', $this->mPageNavi); $render->setAttribute('activeTemplateSet', $this->mActiveTemplateSet); $render->setAttribute('actionForm', $this->mActionForm); + + // + // Assign recent modified tplfile objects + // + $handler =& xoops_getmodulehandler('tplfile'); + $recentObjects =& $handler->getRecentModifyFile(); + + $render->setAttribute('recentObjects', $recentObjects); } }