[Svn-src-all:3225] [version-2_12-dev 22126] #1979 (モバイルサイト ログイン不能)
Seasoft
admin @ mail.ec-cube.net
2012年 12月 7日 (金) 22:11:45 JST
Subversion committed to /home/svn/open 22126
http://svn.ec-cube.net/open_trac/changeset/22126
┌────────────────────────────┐
│更新者 : Seasoft │
│更新日時: 2012-12-07 22:11:45 +0900 (金, 07 12月 2012)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#1979 (モバイルサイト ログイン不能)
* r22062 での移植誤り?
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_12-dev/data/class/SC_Customer.php
変更: branches/version-2_12-dev/data/class/SC_Customer.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_Customer.php 2012-12-07 09:13:54 UTC (rev 22125)
+++ branches/version-2_12-dev/data/class/SC_Customer.php 2012-12-07 13:11:45 UTC (rev 22126)
@@ -284,7 +284,7 @@
function doLogin($login_email, $login_pass) {
switch (SC_Display_Ex::detectDevice()) {
case DEVICE_TYPE_MOBILE:
- if (!$this->is->getCustomerDataFromMobilePhoneIdPass($login_pass) &&
+ if (!$this->getCustomerDataFromMobilePhoneIdPass($login_pass) &&
!$this->getCustomerDataFromEmailPass($login_pass, $login_email, true)
) {
return false;
Svn-src-all メーリングリストの案内