Minahito
minah****@users*****
2006年 1月 24日 (火) 23:21:32 JST
Index: xoops2jp/html/kernel/XCube_Root.class.php diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.9 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.10 --- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.9 Wed Jan 11 12:31:48 2006 +++ xoops2jp/html/kernel/XCube_Root.class.php Tue Jan 24 23:21:32 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Root.class.php,v 1.1.2.9 2006/01/11 03:31:48 minahito Exp $ + * @version $Id: XCube_Root.class.php,v 1.1.2.10 2006/01/24 14:21:32 minahito Exp $ * @package Cube */ @@ -258,7 +258,7 @@ die("NO"); } - // $this->mRenderSystems[$name]->prepare(); + $this->mRenderSystems[$name]->prepare($this->mController); return $this->mRenderSystems[$name]; }