Minahito
minah****@users*****
2006年 11月 11日 (土) 18:34:54 JST
Index: xoops2jp/html/modules/stdCache/blocks/cacheclear.php diff -u xoops2jp/html/modules/stdCache/blocks/cacheclear.php:1.1.2.1.2.4 xoops2jp/html/modules/stdCache/blocks/cacheclear.php:1.1.2.1.2.5 --- xoops2jp/html/modules/stdCache/blocks/cacheclear.php:1.1.2.1.2.4 Tue Nov 7 16:31:46 2006 +++ xoops2jp/html/modules/stdCache/blocks/cacheclear.php Sat Nov 11 18:34:54 2006 @@ -65,10 +65,7 @@ $renderTarget->setTemplateName('block_cacheclear_option.html'); $renderTarget->setAttribute('timer', $options[0]); - // - // renderWithTarget() will be renamed to render() in the near future. - // - $renderSystem->renderWithTarget($renderTarget); + $renderSystem->render($renderTarget); return $renderTarget->getResult(); } }