[xoops-cvslog 1683] CVS update: xoops2jp/html/class

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 1月 12日 (木) 15:50:01 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.18 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.19
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.18	Thu Jan 12 15:05:39 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Thu Jan 12 15:50:01 2006
@@ -119,6 +119,7 @@
 				$this->addErrorMessage(_TOKEN_ERROR);
 			}
 			elseif ($_SESSION['XCUBE_TOKEN'][$this->getTokenName()] != $token) {
+				unset($_SESSION['XCUBE_TOKEN'][$this->getTokenName()]);
 				$this->addErrorMessage(_TOKEN_ERROR);
 			}
 			


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