Ignore:
Timestamp:
2011/02/28 20:31:14 (13 years ago)
Author:
shutta
Message:

SC_SiteSessionクラスのclass_extends対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Customer.php

    r20428 r20448  
    214214        // トランザクショントークンの破棄 
    215215        SC_Helper_Session_Ex::destroyToken(); 
    216         $objSiteSess = new SC_SiteSession(); 
     216        $objSiteSess = new SC_SiteSession_Ex(); 
    217217        $objSiteSess->unsetUniqId(); 
    218218        // ログに記録する 
Note: See TracChangeset for help on using the changeset viewer.