Index: /branches/version-2_13-dev/data/class/pages/products/LC_Page_Products_Review.php
===================================================================
--- /branches/version-2_13-dev/data/class/pages/products/LC_Page_Products_Review.php	(revision 23124)
+++ /branches/version-2_13-dev/data/class/pages/products/LC_Page_Products_Review.php	(revision 23367)
@@ -189,4 +189,6 @@
     {
         $objQuery =& SC_Query_Ex::getSingletonInstance();
+        $objCustomer = new SC_Customer_Ex();
+
         $arrRegist = $objFormParam->getDbArray();
 
@@ -194,4 +196,8 @@
         $arrRegist['update_date'] = 'CURRENT_TIMESTAMP';
         $arrRegist['creator_id'] = '0';
+
+        if ($objCustomer->isLoginSuccess(true)) {
+            $arrRegist['customer_id'] = $objCustomer->getValue('customer_id');
+        }
 
         //-- 登録実行
