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

Back to archive index

Minahito minah****@users*****
2006年 1月 13日 (金) 01:22:27 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/LegacyRenderActionFrame.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/LegacyRenderActionFrame.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/class/LegacyRenderActionFrame.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/class/LegacyRenderActionFrame.class.php:1.1.2.1	Fri Nov 25 19:28:15 2005
+++ xoops2jp/html/modules/legacyRender/admin/class/LegacyRenderActionFrame.class.php	Fri Jan 13 01:22:27 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: LegacyRenderActionFrame.class.php,v 1.1.2.1 2005/11/25 10:28:15 minahito Exp $
+// $Id: LegacyRenderActionFrame.class.php,v 1.1.2.2 2006/01/12 16:22:27 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2005 XOOPS Cube.org                        //
@@ -67,8 +67,8 @@
 		//
 		// Create action object by mActionName
 		//
-		$className="LegacyRender".ucfirst($this->mActionName)."Action";
-		$fileName=XOOPS_ROOT_PATH."/modules/legacyRender/admin/actions/${className}.class.php";
+		$className="LegacyRender_".ucfirst($this->mActionName)."Action";
+		$fileName=XOOPS_ROOT_PATH."/modules/legacyRender/admin/actions/".ucfirst($this->mActionName)."Action.class.php";
 		if(!file_exists($fileName))
 			die();	// TODO
 		
@@ -113,7 +113,7 @@
 	}
 }
 
-class LegacyRenderAction
+class LegacyRender_Action
 {
 	var $mConfig;
 	


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