Minahito
minah****@users*****
2006年 9月 2日 (土) 22:19:08 JST
Index: xoops2jp/html/modules/base/admin/actions/ImageDeleteAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ImageDeleteAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/ImageDeleteAction.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/actions/ImageDeleteAction.class.php:1.1.2.3 Fri Aug 18 20:30:00 2006 +++ xoops2jp/html/modules/base/admin/actions/ImageDeleteAction.class.php Sat Sep 2 22:19:08 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: ImageDeleteAction.class.php,v 1.1.2.3 2006/08/18 11:30:00 minahito Exp $ + * @version $Id: ImageDeleteAction.class.php,v 1.1.2.4 2006/09/02 13:19:08 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -30,6 +30,8 @@ function executeViewInput(&$controller, &$xoopsUser, &$render) { + $this->mObject->loadImagecategory(); + $render->setTemplateName("image_delete.html"); $render->setAttribute('actionForm', $this->mActionForm); $render->setAttribute('object', $this->mObject);