[xoops-cvslog 5320] CVS update: xoops2jp/html/modules/legacy/forms

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 10月 15日 (日) 02:23:47 JST


Index: xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.2	Sun Oct 15 01:36:10 2006
+++ xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php	Sun Oct 15 02:23:47 2006
@@ -12,7 +12,7 @@
 	
 	function getTokenName()
 	{
-		return $_SERVER['REQUEST_METHOD'] == 'POST' ? "module.base.NotifyDeleteForm.TOKEN" : null;
+		return $_SERVER['REQUEST_METHOD'] == 'POST' ? "module.legacy.NotifyDeleteForm.TOKEN" : null;
 	}
 
 	function fetch()
Index: xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php
diff -u xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.2	Sun Oct 15 01:35:41 2006
+++ xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php	Sun Oct 15 02:23:47 2006
@@ -13,7 +13,7 @@
 
 	function getTokenName()
 	{
-		return "module.base.ImageUploadForm.TOKEN" . $this->get('imgcat_id');
+		return "module.legacy.ImageUploadForm.TOKEN" . $this->get('imgcat_id');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/forms/CommentEditForm.class.php
diff -u xoops2jp/html/modules/legacy/forms/CommentEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/forms/CommentEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/forms/CommentEditForm.class.php:1.1.2.2	Sun Oct 15 01:35:06 2006
+++ xoops2jp/html/modules/legacy/forms/CommentEditForm.class.php	Sun Oct 15 02:23:47 2006
@@ -11,7 +11,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.Legacy_CommentEditForm.TOKEN";
+		return "module.legacy.Legacy_CommentEditForm.TOKEN";
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/forms/MiscFriendForm.class.php
diff -u xoops2jp/html/modules/legacy/forms/MiscFriendForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/forms/MiscFriendForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/forms/MiscFriendForm.class.php:1.1.2.2	Sun Oct 15 01:35:56 2006
+++ xoops2jp/html/modules/legacy/forms/MiscFriendForm.class.php	Sun Oct 15 02:23:47 2006
@@ -9,7 +9,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.MiscFriendForm.TOKEN";
+		return "module.legacy.MiscFriendForm.TOKEN";
 	}
 
 	function prepare()


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