Changeset 16212


Ignore:
Timestamp:
2007/10/01 12:50:27 (16 years ago)
Author:
nanasess
Message:

redirect 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage.php

    r16211 r16212  
    131131        $objFormParam->setParam($_POST); 
    132132 
    133         // レイアウトデザインを取得 
    134         //$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    135  
    136133        // 携帯端末IDが一致する会員が存在するかどうかをチェックする。 
    137134        $this->tpl_valid_phone_id = $objCustomer->checkMobilePhoneId(); 
     
    163160                    // 携帯のメールアドレスが登録されていない場合 
    164161                    if (!$objCustomer->hasValue('email_mobile')) { 
    165                         header('Location: ' . SC_Helper_DB_Ex::gfAddSessionId('../entry/email_mobile.php')); 
     162                        $this->sendRedirect($this->getLocation("../entry/email_mobile.php", array(session_name() =>, session_id()))); 
    166163                        exit; 
    167164                    } 
Note: See TracChangeset for help on using the changeset viewer.