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

Back to archive index

NobuNobu nobun****@users*****
2006年 8月 3日 (木) 23:29:20 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.20 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.21
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.20	Thu Aug  3 18:48:01 2006
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php	Thu Aug  3 23:29:20 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.20 2006/08/03 09:48:01 minahito Exp $
+ * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.21 2006/08/03 14:29:20 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -265,7 +265,7 @@
 			$this->mXoopsTpl->assign($val['showflag'],$this->_getBlockShowFlag($val['showflag']));
 			if(isset($this->mController->mBlockContents[$key])) {
 				foreach($this->mController->mBlockContents[$key] as $result) {
-					$this->mXoopsTpl->append($val['block'], $result['content']);
+					$this->mXoopsTpl->append($val['block'], $result);
 				}
 			}
 		}


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