[xoops-cvslog 1218] CVS update: xoops2jp/html/modules/legacyRender/kernel

Back to archive index

Minahito minah****@users*****
2005年 11月 26日 (土) 14:59:57 JST


Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php
diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.1	Fri Nov 25 13:18:45 2005
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php	Sat Nov 26 14:59:57 2005
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.1 2005/11/25 04:18:45 minahito Exp $
+ * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.2 2005/11/26 05:59:57 minahito Exp $
  */
 
 class Legacy_DialogRenderTarget extends XCube_RenderTarget
@@ -285,7 +285,7 @@
 	function display()
 	{
 		$this->render();
-		$this->mRenderTarget->display();
+		$this->mRenderTarget->display($this);
 
 		$this->mController->mDebugger->displayLog();
 	}


xoops-cvslog メーリングリストの案内
Back to archive index