Minahito
minah****@users*****
2006年 7月 11日 (火) 12:06:32 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/ThemeListAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/ThemeListAction.class.php:1.1.2.4 xoops2jp/html/modules/legacyRender/admin/actions/ThemeListAction.class.php:1.1.2.5 --- xoops2jp/html/modules/legacyRender/admin/actions/ThemeListAction.class.php:1.1.2.4 Tue Mar 28 22:30:49 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/ThemeListAction.class.php Tue Jul 11 12:06:32 2006 @@ -78,7 +78,7 @@ $configs =& $configHandler->getConfigs($criteria); - $configs[0]->setVar('conf_value', $themeName); + $configs[0]->set('conf_value', $themeName); if ($configHandler->insertConfig($configs[0])) { $controller->mRoot->setThemeName($this->mActionForm->getChooseTheme()); }