Index: branches/feature-module-update/data/class/pages/entry/LC_Page_Entry_Kiyaku.php
===================================================================
--- branches/feature-module-update/data/class/pages/entry/LC_Page_Entry_Kiyaku.php	(revision 15141)
+++ branches/feature-module-update/data/class/pages/entry/LC_Page_Entry_Kiyaku.php	(revision 15394)
@@ -44,5 +44,5 @@
         // レイアウトデザインを取得
         $layout = new SC_Helper_PageLayout_Ex();
-        $this = $layout->sfGetPageLayout($this, false, DEF_LAYOUT);
+        $objPage = $layout->sfGetPageLayout($this, false, DEF_LAYOUT);
 
         // 規約内容の取得
@@ -62,5 +62,5 @@
         $this->campaign_dir = $objCampaignSess->getCampaignDir();
 
-        $objView->assignobj($this);
+        $objView->assignobj($objPage);
         // フレームを選択(キャンペーンページから遷移なら変更)
         $objCampaignSess->pageView($objView);
