Minahito
minah****@users*****
2006年 5月 30日 (火) 12:55:02 JST
Index: xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.5 --- xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.4 Wed May 17 12:09:19 2006 +++ xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php Tue May 30 12:55:02 2006 @@ -14,7 +14,7 @@ function &_getHandler() { - $handler =& xoops_getmodulehandler('image'); + $handler =& xoops_getmodulehandler('image', 'base'); return $handler; } @@ -26,7 +26,7 @@ function _doExecute() { - $handler =& xoops_getmodulehandler('imagecategory'); + $handler =& xoops_getmodulehandler('imagecategory', 'base'); $category =& $handler->get($this->mActionForm->get('imgcat_id')); if ($category->get('imgcat_storetype') == 'file') { @@ -66,7 +66,7 @@ $render->setAttribute('actionForm', $this->mActionForm); $render->setAttribute('object', $this->mObject); - $handler =& xoops_getmodulehandler('imagecategory'); + $handler =& xoops_getmodulehandler('imagecategory', 'base'); $categoryArr =& $handler->getObjects(); $render->setAttribute('categoryArr', $categoryArr); }