[xoops-cvslog 4563] CVS update: xoops2jp/html/modules/base/admin/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 9月 22日 (金) 19:38:06 JST


Index: xoops2jp/html/modules/base/admin/class/ModuleInstaller.class.php
diff -u xoops2jp/html/modules/base/admin/class/ModuleInstaller.class.php:1.1.2.18 xoops2jp/html/modules/base/admin/class/ModuleInstaller.class.php:1.1.2.19
--- xoops2jp/html/modules/base/admin/class/ModuleInstaller.class.php:1.1.2.18	Mon Aug 21 18:59:02 2006
+++ xoops2jp/html/modules/base/admin/class/ModuleInstaller.class.php	Fri Sep 22 19:38:06 2006
@@ -83,7 +83,11 @@
             // Add a permission which administrators can manage. (Special for Legacy System Module)
             //
             if ($this->mModule->getVar('dirname') == 'system') {
+				$root =& XCube_Root::getSingleton();
+				$root->mLanguageManager->loadModuleAdminMessageCatalog('system');
+
                 require_once XOOPS_ROOT_PATH . "/modules/system/constants.php";
+				
                 $fileHandler = opendir(XOOPS_ROOT_PATH . "/modules/system/admin");
                 while ($file = readdir($fileHandler)) {
                     $infoFile = XOOPS_ROOT_PATH . "/modules/system/admin/" . $file . "/xoops_version.php";


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