Ignore:
Timestamp:
2008/04/04 21:52:51 (16 years ago)
Author:
satou
Message:

#269 【フロント】ログインブロックを用いたログイン/ログアウトの際に遷移先がおかしくなる不具合を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/frontparts/LC_Page_FrontParts_LoginCheck.php

    r17118 r17220  
    9191            if(count($arrErr) == 0) { 
    9292                if($objCustomer->getCustomerDataFromEmailPass($arrForm['login_pass'], $arrForm['login_email'], true)) { 
    93                     $this->sendRedirect($this->getLocation($_POST['url'], array(), false)); 
     93                    $this->sendRedirect($this->getLocation(URL_DIR, array(), false)); 
    9494                    exit; 
    9595                } else { 
     
    119119                $this->sendRedirect($this->getLocation(URL_DIR . "mypage/login.php", array(), false)); 
    120120            }else{ 
    121                 $this->sendRedirect($this->getLocation($_POST['url'], array(), false)); 
     121                $this->sendRedirect($this->getLocation(URL_DIR, array(), false)); 
    122122            } 
    123123            exit; 
Note: See TracChangeset for help on using the changeset viewer.