Changeset 20868


Ignore:
Timestamp:
2011/04/20 12:38:11 (13 years ago)
Author:
shutta
Message:

refs #1262 (モバイル>会員登録確認画面で戻るボタンを押しても登録されてしまう)
コーディングガイドラインに則り、SC_MobileUserAgent_Ex::isMobile() を SC_Display::detectDevice()に書き換えた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/helper/SC_Helper_Customer.php

    r20848 r20868  
    320320        } 
    321321 
    322         if (SC_MobileUserAgent_Ex::isMobile()) { 
     322        if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    323323            // 登録確認画面の「戻る」ボタンのためのパラメーター 
    324324            $objFormParam->addParam("戻る", "return", '', '', array(), '', false); 
Note: See TracChangeset for help on using the changeset viewer.