[xoops-cvslog 5885] CVS update: xoops2jp/html/modules/legacy/preload

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 17日 (金) 19:42:01 JST


Index: xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php
diff -u xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.4 xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.5
--- xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php:1.1.2.4	Wed Nov 15 13:18:32 2006
+++ xoops2jp/html/modules/legacy/preload/ThemeSelect.class.php	Fri Nov 17 19:42:01 2006
@@ -47,6 +47,7 @@
 		if (!empty($_POST['xoops_theme_select']) && $this->_isSelectableTheme($_POST['xoops_theme_select'])) {
 			$this->mRoot->mContext->setThemeName($_POST['xoops_theme_select']);
 			$_SESSION['xoopsUserTheme'] = $_POST['xoops_theme_select'];
+			$controller->executeForward($GLOBALS['xoopsRequestUri']);
 		} elseif (!empty($_SESSION['xoopsUserTheme']) && $this->_isSelectableTheme($_SESSION['xoopsUserTheme'])) {
 			$this->mRoot->mContext->setThemeName($_SESSION['xoopsUserTheme']);
 		}


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index