Minahito
minah****@users*****
2005年 6月 21日 (火) 15:11:06 JST
Index: xoops2jp/html/modules/system/admin/tplsets/main.php diff -u xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.1 xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.2 --- xoops2jp/html/modules/system/admin/tplsets/main.php:1.2.6.9.2.1 Sat Jun 11 11:50:14 2005 +++ xoops2jp/html/modules/system/admin/tplsets/main.php Tue Jun 21 15:11:06 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.2.6.9.2.1 2005/06/11 02:50:14 onokazu Exp $ +// $Id: main.php,v 1.2.6.9.2.2 2005/06/21 06:11:06 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -1083,7 +1083,7 @@ for ($i = 0; $i < $fcount; $i++) { $newtpl =& $tplfiles[$i]->xoopsClone(); $newtpl->setVar('tpl_id', 0); - $newtpl->setVar('tpl_tplset', $tplset); + $newtpl->setVar('tpl_tplset', $_POST['tplset']); $newtpl->setVar('tpl_lastmodified', time()); $newtpl->setVar('tpl_lastimported', 0); if (!$tpltpl_handler->insert($newtpl)) {