[Svn-src-all:1444] [version-2_5-dev 20336] #812(トランザクションIDの自動生成/自動検証)
nanasess
admin @ mail.ec-cube.net
2011年 2月 23日 (水) 04:29:42 JST
Subversion committed to /home/svn/open 20336
http://svn.ec-cube.net/open_trac/changeset/20336
┌────────────────────────────┐
│更新者 : nanasess │
│更新日時: 2011-02-23 04:29:41 +0900 (水, 23 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#812(トランザクションIDの自動生成/自動検証)
* オーナーズストア連携ではトランザクションチェックしないように修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_Base.php
変更: branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_Base.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_Base.php 2011-02-22 19:11:24 UTC (rev 20335)
+++ branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_Base.php 2011-02-22 19:29:41 UTC (rev 20336)
@@ -98,5 +98,12 @@
? $arrRet[0]['public_key']
: null;
}
+
+ /**
+ * オーナーズストアからの POST のため, トークンチェックしない.
+ */
+ function doValidToken() {
+ // nothing.
+ }
}
?>
Svn-src-all メーリングリストの案内