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

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 02:15:19 JST


Index: xoops2jp/html/modules/legacy/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.2 xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.2	Sun Oct 15 01:27:56 2006
+++ xoops2jp/html/modules/legacy/class/ActionFrame.class.php	Sun Oct 15 02:15:19 2006
@@ -169,7 +169,7 @@
 	function hasPermission(&$controller, &$xoopsUser)
 	{
 		if ($this->_mAdminFlag) {
-			return $controller->mRoot->mContext->mUser->isInRole('Module.base.Admin');
+			return $controller->mRoot->mContext->mUser->isInRole('Module.legacy.Admin');
 		}
 		else {
 			//


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