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

Back to archive index

Minahito minah****@users*****
2006年 10月 5日 (木) 18:09:12 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_CacheInformation.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_CacheInformation.class.php:1.1.2.2 xoops2jp/html/modules/base/kernel/Legacy_CacheInformation.class.php:1.1.2.2.2.1
--- xoops2jp/html/modules/base/kernel/Legacy_CacheInformation.class.php:1.1.2.2	Mon Sep 25 12:22:36 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_CacheInformation.class.php	Thu Oct  5 18:09:12 2006
@@ -142,11 +142,11 @@
 	 /**
 	  * Sets a block object.
 	  * 
-	  * @param XoopsBlock $block
+	  * @param Legacy_AbstractBlockProcedure $blockProcedure
 	  */
-	 function setBlock(&$block)
+	 function setBlock(&$blockProcedure)
 	 {
-		 $this->mBlock =& $block;
+		 $this->mBlock =& $blockProcedure->_mBlock;
 	 }
 	 
 	 function reset()


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