Minahito
minah****@users*****
2006年 11月 11日 (土) 18:34:33 JST
Index: xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php diff -u xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.2 Sun Oct 15 00:58:43 2006 +++ xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php Sat Nov 11 18:34:33 2006 @@ -49,7 +49,7 @@ $controller =& $root->mController; $user =& $root->mController->mRoot->mContext->mXoopsUser; - $render =& $this->getRenderBuffer(); + $render =& $this->getRenderTarget(); $this->mCurrentModule =& $controller->mRoot->mContext->mXoopsModule; Index: xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php diff -u xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php:1.1.2.1 Sat Oct 14 23:55:28 2006 +++ xoops2jp/html/modules/legacy/admin/blocks/AdminActionSearch.class.php Sat Nov 11 18:34:33 2006 @@ -34,7 +34,7 @@ function execute() { - $render =& $this->getRenderBuffer(); + $render =& $this->getRenderTarget(); $render->setTemplateName('legacy_admin_block_actionsearch.html'); $root =& XCube_Root::getSingleton();