[xoops-cvslog 1757] CVS update: xoops2jp/html/modules/legacyRender/class

Back to archive index

Minahito minah****@users*****
2006年 1月 14日 (土) 21:24:04 JST


Index: xoops2jp/html/modules/legacyRender/class/tplset.php
diff -u xoops2jp/html/modules/legacyRender/class/tplset.php:1.1.2.5 xoops2jp/html/modules/legacyRender/class/tplset.php:1.1.2.6
--- xoops2jp/html/modules/legacyRender/class/tplset.php:1.1.2.5	Sat Jan 14 15:51:55 2006
+++ xoops2jp/html/modules/legacyRender/class/tplset.php	Sat Jan 14 21:24:03 2006
@@ -12,7 +12,7 @@
 }
 class LegacyRenderTplsetObject extends XoopsSimpleObject
 {
-	var $ModuleTemplates = array();
+	var $mModuleTemplates = array();
 	
 	function LegacyRenderTplsetObject()
 	{
@@ -47,7 +47,7 @@
 			$count = $tplfileHandler->getCount($criteria);
 			$modtpl->set('count', $count);
 			
-			$this->ModuleTemplates[] =& $modtpl;
+			$this->mModuleTemplates[] =& $modtpl;
 			unset($modtpl);
 		}
 	}


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