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

Back to archive index

Minahito minah****@users*****
2006年 1月 1日 (日) 21:27:02 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.10 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.11
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.10	Fri Dec 30 17:26:59 2005
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Sun Jan  1 21:27:02 2006
@@ -179,10 +179,11 @@
 			if($blockProcedure->hasResult()) {
 				if ($blockProcedure->getTemplateName() == null) {
 					$this->mRenderSystem->mBlockShowFlags[$blockProcedure->getEntryIndex()] = true;
+					$blockContent = $blockProcedure->getResult();
 					$this->mRenderSystem->mBlockContents[$blockProcedure->getEntryIndex()][] = array(
-							'title'=>$blockProcedure->getTitle(),
-							'content'=>$blockProcedure->getResult(),
-							'weight'=>$blockProcedure->getWeight()
+							'title'   => $blockProcedure->getTitle(),
+							'content' => $blockContent['content'],
+							'weight'  => $blockProcedure->getWeight()
 					);
 				}
 				else {


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