Changeset 23007


Ignore:
Timestamp:
2013/07/29 15:19:40 (11 years ago)
Author:
shutta
Message:

#2311 (規約ページを経由せずに会員登録(入力ページ)が表示できてしまう)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/entry/LC_Page_Entry.php

    r22988 r23007  
    278278    { 
    279279        if (SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE 
    280             && empty($post) 
     280            && SC_Utils_Ex::isBlank($post) 
    281281            && (preg_match('/kiyaku.php/', basename($referer)) === 0)) { 
    282282            return false; 
Note: See TracChangeset for help on using the changeset viewer.