Minahito
minah****@users*****
2006年 11月 25日 (土) 19:01:22 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.6 xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.7 --- xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.6 Sat Nov 11 18:34:44 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php Sat Nov 25 19:01:22 2006 @@ -233,7 +233,8 @@ } $render =& $this->getRenderTarget(); - $render->setAttribute("mid", $this->getId()); + $render->setAttribute("mid", $this->_mBlock->get('mid')); + $render->setAttribute("bid", $this->_mBlock->get('bid')); if ($this->_mBlock->get('template') == null) { $render->setTemplateName('system_dummy.html');