Minahito
minah****@users*****
2006年 4月 17日 (月) 18:48:51 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.2 xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.3 --- xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.2 Tue Mar 28 22:30:15 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php Mon Apr 17 18:48:51 2006 @@ -121,7 +121,7 @@ } $this->mSmarty->setModulePrefix("base"); - $result=&$this->mSmarty->fetch("blocks/".$target->getTemplateName()); + $result = $this->mSmarty->fetch("blocks/".$target->getTemplateName()); $target->setResult($result); //