Index: /branches/dev/html/products/detail.php
===================================================================
--- /branches/dev/html/products/detail.php	(revision 13582)
+++ /branches/dev/html/products/detail.php	(revision 13771)
@@ -190,5 +190,6 @@
 
 // ³ÈÂç²èÁü¤Î¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¥»¥Ã¥È
-list($large_width, $large_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrFile["main_large_image"]["filepath"]));
+$image_path = IMAGE_SAVE_DIR . basename($objPage->arrFile["main_large_image"]["filepath"]);
+list($large_width, $large_height) = getimagesize($image_path);
 $objPage->tpl_large_width = $large_width + 60;
 $objPage->tpl_large_height = $large_height + 80;
