[xoops-cvslog 3829] CVS update: xoops2jp/html/modules/base/admin/forms

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:39:34 JST


Index: xoops2jp/html/modules/base/admin/forms/ImageAdminEditForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImageAdminEditForm.class.php:1.1.2.6 xoops2jp/html/modules/base/admin/forms/ImageAdminEditForm.class.php:1.1.2.7
--- xoops2jp/html/modules/base/admin/forms/ImageAdminEditForm.class.php:1.1.2.6	Mon May 29 16:06:13 2006
+++ xoops2jp/html/modules/base/admin/forms/ImageAdminEditForm.class.php	Tue Aug  1 19:39:34 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: ImageAdminEditForm.class.php,v 1.1.2.7 2006/08/01 10:39:34 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -12,7 +16,7 @@
 	
 	function getTokenName()
 	{
-		return "module.base.ImageAdminEditForm.TOKEN" . $this->getImgcatId();
+		return "module.base.ImageAdminEditForm.TOKEN" . $this->get('image_id');
 	}
 
 	function prepare()


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index