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

Back to archive index

Minahito minah****@users*****
2006年 4月 11日 (火) 19:03:31 JST


Index: xoops2jp/html/modules/base/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.3 xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.4
--- xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.3	Tue Mar 28 22:29:21 2006
+++ xoops2jp/html/modules/base/class/ActionFrame.class.php	Tue Apr 11 19:03:31 2006
@@ -62,7 +62,7 @@
 			die();
 		}
 		
-		if (!$this->mAction->isPerm($controller, $controller->getXoopsUser())) {
+		if (!$this->mAction->hasPerm($controller, $controller->getXoopsUser())) {
 			if ($this->mAdminFlag) {
 				$controller->executeForward(XOOPS_URL . "/admin.php");
 			}


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