[xoops-cvslog 5733] CVS update: xoops2jp/html/modules/legacy/admin/class

Back to archive index

Minahito minah****@users*****
2006年 11月 9日 (木) 18:09:48 JST


Index: xoops2jp/html/modules/legacy/admin/class/ModuleInstallUtils.class.php
diff -u xoops2jp/html/modules/legacy/admin/class/ModuleInstallUtils.class.php:1.1.2.3 xoops2jp/html/modules/legacy/admin/class/ModuleInstallUtils.class.php:1.1.2.4
--- xoops2jp/html/modules/legacy/admin/class/ModuleInstallUtils.class.php:1.1.2.3	Thu Nov  9 16:21:07 2006
+++ xoops2jp/html/modules/legacy/admin/class/ModuleInstallUtils.class.php	Thu Nov  9 18:09:48 2006
@@ -2,6 +2,10 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
+require_once XOOPS_LEGACY_PATH . "/admin/class/ModuleInstaller.class.php";
+require_once XOOPS_LEGACY_PATH . "/admin/class/ModuleUpdater.class.php";
+require_once XOOPS_LEGACY_PATH . "/admin/class/ModuleUninstaller.class.php";
+
 /**
  * This class is collection of static utility functions for module installation.
  * These functions are useful for Legacy modules' system-fixed-installer and


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