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/pages/products/LC_Page_Products_Detail.php

    r20434 r20444  
    148148                $this->arrErr = $this->lfCheckError($this->mode,$this->objFormParam); 
    149149                if (count($this->arrErr) == 0) { 
    150                     $objCartSess = new SC_CartSession(); 
     150                    $objCartSess = new SC_CartSession_Ex(); 
    151151                    $classcategory_id1 = $this->objFormParam->getValue('classcategory_id1'); 
    152152                    $classcategory_id2 = $this->objFormParam->getValue('classcategory_id2'); 
Note: See TracChangeset for help on using the changeset viewer.