[xoops-cvslog 3035] CVS update: xoops2jp/html/modules/base/admin/actions

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 15日 (月) 17:33:54 JST


Index: xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.5 xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.6
--- xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.5	Mon May 15 14:36:42 2006
+++ xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php	Mon May 15 17:33:54 2006
@@ -197,6 +197,12 @@
 
 		$this->_mMaster->mActionForm =& new Legacy_ModulePreferenceEditForm($this->_mMaster->mModule);
 		
+		//
+		// Load constants
+		//
+		$root =& XCube_Root::getSingleton();
+		$root->mLanguageManager->loadManifestoLanguage($this->_mMaster->mModule->get('dirname'));
+		
 		$this->_mMaster->mPreparedFlag = true;
 	}
 }


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る