[xoops-cvslog 5491] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

Minahito minah****@users*****
2006年 10月 24日 (火) 02:14:03 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.4 xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.5
--- xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php:1.1.2.4	Sat Oct 21 20:35:29 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_HttpContext.class.php	Tue Oct 24 02:14:02 2006
@@ -74,8 +74,8 @@
 	function setThemeName($name)
 	{
 		parent::setThemeName($name);
-		$this->mXoopsConfig['theme_set'] = $theme;
-		$GLOBALS['xoopsConfig']['theme_set'] = $theme;
+		$this->mXoopsConfig['theme_set'] = $name;
+		$GLOBALS['xoopsConfig']['theme_set'] = $name;
 	}
 
 }


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