[xoops-cvslog 4432] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 9月 2日 (土) 22:53:54 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.7 xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.8
--- xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.7	Fri Aug 18 20:30:00 2006
+++ xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php	Sat Sep  2 22:53:54 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: ImageEditAction.class.php,v 1.1.2.7 2006/08/18 11:30:00 minahito Exp $
+ * @version $Id: ImageEditAction.class.php,v 1.1.2.8 2006/09/02 13:53:54 tom_g3x Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -70,6 +70,8 @@
 
 	function executeViewInput(&$controller, &$xoopsUser, &$render)
 	{
+		$this->mObject->loadImagecategory();
+
 		$render->setTemplateName("image_edit.html");
 		$render->setAttribute('actionForm', $this->mActionForm);
 		$render->setAttribute('object', $this->mObject);


xoops-cvslog メーリングリストの案内
Back to archive index