[xoops-cvslog 5184] CVS update: xoops2jp/html/modules/legacy/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:54:25 JST


Index: xoops2jp/html/modules/legacy/admin/actions/InstallWizardAction.class.php
diff -u xoops2jp/html/modules/legacy/admin/actions/InstallWizardAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/actions/InstallWizardAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/actions/InstallWizardAction.class.php:1.1.2.1	Sat Oct 14 23:55:19 2006
+++ xoops2jp/html/modules/legacy/admin/actions/InstallWizardAction.class.php	Sun Oct 15 00:54:25 2006
@@ -5,9 +5,9 @@
 
  if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_BASE_PATH."/admin/actions/AbstractModuleInstallAction.class.php";
-require_once XOOPS_BASE_PATH."/admin/class/ModuleInstaller.class.php";
-require_once XOOPS_BASE_PATH."/admin/forms/InstallWizardForm.class.php";
+require_once XOOPS_LEGACY_PATH."/admin/actions/AbstractModuleInstallAction.class.php";
+require_once XOOPS_LEGACY_PATH."/admin/class/ModuleInstaller.class.php";
+require_once XOOPS_LEGACY_PATH."/admin/forms/InstallWizardForm.class.php";
 
 /**
  * Install module


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