Ignore:
Timestamp:
2011/02/28 19:48:28 (13 years ago)
Author:
shutta
Message:

SC_CartSessionクラスのclass_extends対応。

File:
1 edited

Legend:

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

    r20306 r20444  
    5656    function setPrevURL(){ 
    5757        // TODO SC_SiteSession で実装した方が良さげ 
    58         $objCartSess = new SC_CartSession(); 
     58        $objCartSess = new SC_CartSession_Ex(); 
    5959        $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    6060    } 
Note: See TracChangeset for help on using the changeset viewer.