Minahito
minah****@users*****
2006年 10月 15日 (日) 00:35:45 JST
Index: xoops2jp/html/class/xoopsform/grouppermform.php diff -u xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.1 xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.2 --- xoops2jp/html/class/xoopsform/grouppermform.php:1.2.8.3.2.1 Wed Oct 11 17:14:11 2006 +++ xoops2jp/html/class/xoopsform/grouppermform.php Sun Oct 15 00:35:45 2006 @@ -1,5 +1,5 @@ <?php -// $Id: grouppermform.php,v 1.2.8.3.2.1 2006/10/11 08:14:11 minahito Exp $ +// $Id: grouppermform.php,v 1.2.8.3.2.2 2006/10/14 15:35:45 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000-2003 XOOPS.org // @@ -74,7 +74,7 @@ */ function XoopsGroupPermForm($title, $modid, $permname, $permdesc, $url = "") { - $this->XoopsForm($title, 'groupperm_form', XOOPS_URL . '/modules/base/include/groupperm.php', 'post'); + $this->XoopsForm($title, 'groupperm_form', XOOPS_URL . '/modules/legacy/include/groupperm.php', 'post'); $this->_modid = intval($modid); $this->_permName = $permname; $this->_permDesc = $permdesc; @@ -157,7 +157,7 @@ $renderTarget =& $renderSystem->createRenderTarget('main'); - $renderTarget->setAttribute('legacy_module', 'base'); + $renderTarget->setAttribute('legacy_module', 'legacy'); $renderTarget->setTemplateName("legacy_xoopsform_grouppermform.html"); $renderTarget->setAttribute("form", $this);