Changeset 18528


Ignore:
Timestamp:
2010/02/02 11:19:34 (14 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20100202021053-53f6wpklom2hsuoe
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/class/pages/cart/LC_Page_Cart.php 15179@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fcart%2FLC_Page_Cart.php
data/class/pages/products/LC_Page_Products_DetailImage.php 15154@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fproducts%2FLC_Page_Products_DetailImage.php
bzr:mapping-version:
v4
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20100202021931-o2x576wi07m5hvk6
bzr:revno:
1898
bzr:revprop:branch-nick:
branches/version-2_4
bzr:root:
branches/version-2_4
bzr:text-parents:

data/class/pages/cart/LC_Page_Cart.php svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2:17653
data/class/pages/products/LC_Page_Products_DetailImage.php svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2:17698
bzr:timestamp:
2010-02-02 11:19:31.687999964 +0900
bzr:user-agent:
bzr2.0.4+bzr-svn1.0.1
svn:original-date:
2010-02-02T02:19:31.688000Z
Message:

merged r18480

  • SC_CartSession コンストラクタ引数の間違い(#585)
Location:
branches/version-2_4/data/class/pages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/pages/cart/LC_Page_Cart.php

    r17653 r18528  
    7272 
    7373        $objView = new SC_SiteView(false); 
    74         $objCartSess = new SC_CartSession("", false); 
     74        $objCartSess = new SC_CartSession(); 
    7575        $objSiteSess = new SC_SiteSession(); 
    7676        $objCampaignSess = new SC_CampaignSession(); 
     
    191191 
    192192        $objView = new SC_MobileView(false); 
    193         $objCartSess = new SC_CartSession("", false); 
     193        $objCartSess = new SC_CartSession(); 
    194194        $objSiteSess = new SC_SiteSession(); 
    195195        $objSiteInfo = $objView->objSiteInfo; 
  • branches/version-2_4/data/class/pages/products/LC_Page_Products_DetailImage.php

    r17698 r18528  
    5454    function process() { 
    5555        $objView = new SC_SiteView(); 
    56         $objCartSess = new SC_CartSession("", false); 
     56        $objCartSess = new SC_CartSession(); 
    5757        $objDb = new SC_Helper_DB_Ex(); 
    5858 
Note: See TracChangeset for help on using the changeset viewer.