Index: /branches/feature-module-update/data/class/pages/cart/LC_Page_Cart.php
===================================================================
--- /branches/feature-module-update/data/class/pages/cart/LC_Page_Cart.php	(revision 15352)
+++ /branches/feature-module-update/data/class/pages/cart/LC_Page_Cart.php	(revision 15393)
@@ -119,5 +119,5 @@
 
         // カート集計処理
-        $this = $db->sfTotalCart($this, $objCartSess, $arrInfo);
+        $objPage = $db->sfTotalCart($this, $objCartSess, $arrInfo);
         $this->arrData = SC_Utils_Ex::sfTotalConfirm($this->arrData, $this, $objCartSess, $arrInfo, $objCustomer);
 
@@ -137,5 +137,5 @@
         $this->tpl_prev_url = $objCartSess->getPrevURL();
 
-        $objView->assignobj($this);
+        $objView->assignobj($objPage);
         // フレームを選択(キャンペーンページから遷移なら変更)
         $objCampaignSess->pageView($objView);
