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

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 11月 20日 (月) 23:55:53 JST


Index: xoops2jp/html/modules/legacy/class/non_installation_module.php
diff -u xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.2 xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.3
--- xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.2	Sun Oct 15 01:34:16 2006
+++ xoops2jp/html/modules/legacy/class/non_installation_module.php	Mon Nov 20 23:55:53 2006
@@ -37,7 +37,9 @@
 					if (!in_array($dir, $this->_mExclusions) && is_dir(XOOPS_MODULE_PATH . "/" . $dir)) {
 						$module =& $this->get($dir);
 						if ($module !== false ) {
-							$this->_mXoopsModules[] =& $module;
+							if (empty($modversion['disable_legacy_2nd_installer'])) {
+								$this->_mXoopsModules[] =& $module;
+							}
 							unset($module);
 						}
 					}


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index