[xoops-cvslog 3214] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

NobuNobu nobun****@users*****
2006年 5月 28日 (日) 19:48:43 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.37 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.38
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.37	Sun May 28 19:12:30 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Sun May 28 19:48:43 2006
@@ -212,7 +212,7 @@
 					$this->mRenderSystem->mBlockShowFlags[$blockProcedure->getEntryIndex()] = true;
 					$this->mRenderSystem->mBlockContents[$blockProcedure->getEntryIndex()][] = array(
 							'title'   => $blockProcedure->getTitle(),
-							'content' => $cache->load(),
+							'content' => $content,
 							'weight'  => $blockProcedure->getWeight()
 					);
 				}
@@ -246,7 +246,7 @@
 					$this->mRenderSystem->mBlockShowFlags[$blockProcedure->getEntryIndex()] = true;
 					$this->mRenderSystem->mBlockContents[$blockProcedure->getEntryIndex()][] = array(
 							'title'=>$blockProcedure->getTitle(),
-							'content'=>$blockTarget->getResult(),
+							'content'=>$content,
 							'weight'=>$blockProcedure->getWeight()
 					);
 				}


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