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

Back to archive index

Minahito minah****@users*****
2005年 11月 29日 (火) 16:16:40 JST


Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderTarget.class.php
diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderTarget.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderTarget.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderTarget.class.php:1.1.2.1	Mon Nov 28 22:46:27 2005
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderTarget.class.php	Tue Nov 29 16:16:40 2005
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderTarget.class.php,v 1.1.2.1 2005/11/28 13:46:27 minahito Exp $
+ * @version $Id: Legacy_RenderTarget.class.php,v 1.1.2.2 2005/11/29 07:16:40 minahito Exp $
  */
 
 class Legacy_AbstractThemeRenderTarget extends XCube_RenderTarget
@@ -25,6 +25,7 @@
 
 	function setResult($result)
 	{
+		parent::setResult($result);
 		if(!$this->mSendHeaderFlag) {
 			$this->sendHeader();
 			$this->mSendHeaderFlag=true;
@@ -62,6 +63,7 @@
 {
 	function Legacy_RenderTargetMain()
 	{
+		parent::XCube_RenderTarget();
 		$this->setType(XCUBE_RENDER_TARGET_TYPE_MAIN);
 	}
 }


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