[xoops-cvslog 5932] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

Minahito minah****@users*****
2006年 11月 24日 (金) 18:19:55 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.24 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.25
--- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.24	Mon Nov 20 22:59:44 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php	Fri Nov 24 18:19:55 2006
@@ -314,6 +314,7 @@
 					if ($blockProcedure->isDisplay()) {
 						$context->mAttributes['legacy_BlockShowFlags'][$blockProcedure->getEntryIndex()] = true;
 						$context->mAttributes['legacy_BlockContents'][$blockProcedure->getEntryIndex()][] = array(
+							'id' => $blockProcedure->getId(),
 							'name' => $blockProcedure->getName(),
 							'title'   => $blockProcedure->getTitle(),
 							'content' => $content,
@@ -808,7 +809,6 @@
 			$screenTarget->setAttribute('xoops_contents', $resultRenderTarget->getResult());
 		}
 
-
 		$screenTarget->setTemplateName($theme->get('dirname'));
 
 		//


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