Changeset 16057


Ignore:
Timestamp:
2007/09/26 21:01:56 (17 years ago)
Author:
nanasess
Message:

トランザクショントークンを発行するよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Login.php

    r15532 r16057  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id$ 
     16 * @version $Id:LC_Page_FrontParts_Bloc_Login.php 15532 2007-08-31 14:39:46Z nanasess $ 
    1717 */ 
    1818class LC_Page_FrontParts_Bloc_Login extends LC_Page { 
     
    6464        $this->tpl_disable_logout = $this->lfCheckDisableLogout(); 
    6565        $objSubView = new SC_SiteView(); 
     66        $this->transactionid = $this->getToken(); 
    6667        $objSubView->assignobj($this); 
    6768        $objSubView->display($this->tpl_mainpage); 
Note: See TracChangeset for help on using the changeset viewer.