[xoops-cvslog 4511] CVS update: xoops2jp/html/modules/system/admin

Back to archive index

Minahito minah****@users*****
2006年 9月 15日 (金) 17:48:08 JST


Index: xoops2jp/html/modules/system/admin/groupperm.php
diff -u xoops2jp/html/modules/system/admin/groupperm.php:1.2 xoops2jp/html/modules/system/admin/groupperm.php:1.2.8.1
--- xoops2jp/html/modules/system/admin/groupperm.php:1.2	Fri Mar 18 21:52:38 2005
+++ xoops2jp/html/modules/system/admin/groupperm.php	Fri Sep 15 17:48:08 2006
@@ -1,9 +1,15 @@
 <?php
-// $Id: groupperm.php,v 1.2 2005/03/18 12:52:38 onokazu Exp $
+// $Id: groupperm.php,v 1.2.8.1 2006/09/15 08:48:08 minahito Exp $
 
 include '../../../include/cp_header.php';
 $modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0;
 
+//
+// Load Message catalog
+//
+$root =& XCube_Root::getSingleton();
+$root->mLanguageManager->loadModuleAdminMessageCatalog('base');
+
 // we dont want system module permissions to be changed here
 if ($modid <= 1 || !is_object($xoopsUser) || !$xoopsUser->isAdmin($modid)) {
 	redirect_header(XOOPS_URL.'/index.php', 1, _NOPERM);


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