Ignore:
Timestamp:
2012/12/07 22:11:45 (11 years ago)
Author:
Seasoft
Message:

#1979 (モバイルサイト ログイン不能)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Customer.php

    r22065 r22126  
    285285        switch (SC_Display_Ex::detectDevice()) { 
    286286            case DEVICE_TYPE_MOBILE: 
    287                 if (!$this->is->getCustomerDataFromMobilePhoneIdPass($login_pass) && 
     287                if (!$this->getCustomerDataFromMobilePhoneIdPass($login_pass) && 
    288288                    !$this->getCustomerDataFromEmailPass($login_pass, $login_email, true) 
    289289                ) { 
Note: See TracChangeset for help on using the changeset viewer.