[xoops-cvslog 4787] CVS update: xoops2jp/html/modules/base/service

Back to archive index

Minahito minah****@users*****
2006年 10月 5日 (木) 18:10:22 JST


Index: xoops2jp/html/modules/base/service/LegacySearchService.class.php
diff -u xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.8.2.1 xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.8.2.2
--- xoops2jp/html/modules/base/service/LegacySearchService.class.php:1.1.2.8.2.1	Thu Sep 28 19:24:49 2006
+++ xoops2jp/html/modules/base/service/LegacySearchService.class.php	Thu Oct  5 18:10:22 2006
@@ -248,7 +248,7 @@
 	function getUserGroups()
 	{
 		$root =& XCube_Root::getSingleton();
-		$user =& $root->mController->mXoopsUser;
+		$user =& $root->mController->mRoot->mContext->mXoopsUser;
 		$groups = array();
 		
 		if (!is_object($user)) {


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