Index: /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php
===================================================================
--- /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php	(revision 15090)
+++ /branches/feature-module-update/data/class/pages/abouts/LC_Page_Abouts.php	(revision 15392)
@@ -44,7 +44,7 @@
         // レイアウトデザインを取得
         $layout = new SC_Helper_PageLayout_Ex();
-        $this = $layout->sfGetPageLayout($this, false, DEF_LAYOUT);
+        $objPage = $layout->sfGetPageLayout($this, false, DEF_LAYOUT);
 
-        $objView->assignobj($this);
+        $objView->assignobj($objPage);
         $objView->display(SITE_FRAME);
     }
