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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 10月 3日 (火) 19:19:51 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.11 xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.12
--- xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.11	Mon Oct  2 22:16:25 2006
+++ xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php	Tue Oct  3 19:19:51 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: ImageEditAction.class.php,v 1.1.2.11 2006/10/02 13:16:25 minahito Exp $
+ * @version $Id: ImageEditAction.class.php,v 1.1.2.12 2006/10/03 10:19:51 tom_g3x Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -47,7 +47,7 @@
 		$render->setAttribute('categoryArr', $categoryArr);
 	}
 	
-	function executeViewCancel(&$controller, &$xoopsUser, $&$render)
+	function executeViewCancel(&$controller, &$xoopsUser, &$render)
 	{
 		$controller->executeForward('./index.php?action=ImageList&imgcat_id=' . $this->mObject->get('imgcat_id'));
 	}


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