Minahito
minah****@users*****
2006年 11月 11日 (土) 18:33:55 JST
Index: xoops2jp/html/include/comment_view.php diff -u xoops2jp/html/include/comment_view.php:1.2.8.5 xoops2jp/html/include/comment_view.php:1.2.8.5.2.1 --- xoops2jp/html/include/comment_view.php:1.2.8.5 Wed Aug 9 18:32:31 2006 +++ xoops2jp/html/include/comment_view.php Sat Nov 11 18:33:55 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_view.php,v 1.2.8.5 2006/08/09 09:32:31 minahito Exp $ +// $Id: comment_view.php,v 1.2.8.5.2.1 2006/11/11 09:33:55 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -207,7 +207,7 @@ $renderTarget->setAttribute("postcomment_link", $postcomment_link); $renderer =& $root->getRenderSystem('Legacy_RenderSystem'); - $renderer->renderWithTarget($renderTarget); + $renderer->render($renderTarget); // // TODO We change raw string data, we must change template for guarding XSS.