NobuNobu
nobun****@users*****
2006年 10月 12日 (木) 00:18:37 JST
Index: xoops2jp/html/class/xoopsform/formfile.php diff -u xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.1 xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.2 --- xoops2jp/html/class/xoopsform/formfile.php:1.2.8.2.2.1 Wed Oct 11 17:14:11 2006 +++ xoops2jp/html/class/xoopsform/formfile.php Thu Oct 12 00:18:37 2006 @@ -1,5 +1,5 @@ <?php -// $Id: formfile.php,v 1.2.8.2.2.1 2006/10/11 08:14:11 minahito Exp $ +// $Id: formfile.php,v 1.2.8.2.2.2 2006/10/11 15:18:37 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -92,7 +92,7 @@ $renderTarget->setTemplateName("legacy_xoopsform_file.html"); $renderTarget->setAttribute("element", $this); - $renderer->renderWithTarget($renderTarget); + $renderSystem->renderWithTarget($renderTarget); return $renderTarget->getResult(); }