Minahito
minah****@users*****
2006年 6月 23日 (金) 10:26:52 JST
Index: xoops2jp/html/class/XCube_RenderSystem.class.php diff -u xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.15 xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.16 --- xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.15 Tue Jun 6 12:52:17 2006 +++ xoops2jp/html/class/XCube_RenderSystem.class.php Fri Jun 23 10:26:52 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.15 2006/06/06 03:52:17 minahito Exp $ + * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.16 2006/06/23 01:26:52 minahito Exp $ * @package Cube */ @@ -98,7 +98,7 @@ return $this->mAttributes; } - function setRenderBuffer($buf) + function setRenderBuffer() { $this->mRenderBuffer = $buf; } @@ -184,8 +184,9 @@ { } - function prepare() + function prepare(&$controller) { + $this->mController =& $controller; } /**