[xoops-cvslog 1754] CVS update: xoops2jp/html/modules/legacyRender/admin/actions

Back to archive index

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


Index: xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php:1.1.2.3	Sat Jan 14 17:15:34 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/TplsetListAction.class.php	Sat Jan 14 21:22:34 2006
@@ -14,7 +14,7 @@
 
 	function &_getFilterForm()
 	{
-		$filter =& new LegacyRender_TplsetFilterForm();
+		$filter =& new LegacyRender_TplsetFilterForm($this->mPageNavi);
 		return $filter;
 	}
 	
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php:1.1.2.2	Sat Jan 14 17:15:34 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileListAction.class.php	Sat Jan 14 21:22:34 2006
@@ -14,7 +14,7 @@
 
 	function &_getFilterForm()
 	{
-		$filter =& new LegacyRender_TplfileFilterForm();
+		$filter =& new LegacyRender_TplfileFilterForm($this->mPageNavi);
 		return $filter;
 	}
 	


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