Index: branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
===================================================================
--- branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	(revision 21046)
+++ branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_History.php	(revision 21071)
@@ -160,4 +160,5 @@
             $arrProduct = $objQuery->select('main_list_image', 'dtb_products', 'product_id = ?', array($arrOrderDetail['product_id']));
             $arrOrderDetails[$i]['main_list_image'] = $arrProduct[0]['main_list_image'];
+            $i++;
         }
         return $arrOrderDetails;
