Minahito
minah****@users*****
2006年 5月 15日 (月) 17:37:27 JST
Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.2 --- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.1 Tue May 9 19:20:44 2006 +++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminNewForm.class.php Mon May 15 17:37:27 2006 @@ -41,7 +41,7 @@ function update(&$obj) { parent::update($obj); - $this->set('imgcat_storetype', $obj->get('imgcat_storetype')); + $obj->set('imgcat_storetype', $this->get('imgcat_storetype')); } }