Index: branches/version-2_12-dev/html/require.php
===================================================================
--- branches/version-2_12-dev/html/require.php	(revision 21474)
+++ branches/version-2_12-dev/html/require.php	(revision 21776)
@@ -39,5 +39,8 @@
 
 if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) {
-    $objMobile = new SC_Helper_Mobile_Ex();
-    $objMobile->sfMobileInit();
+    // resize_image.phpは除外
+    if (stripos($_SERVER['REQUEST_URI'], ROOT_URLPATH . 'resize_image.php') === FALSE) {
+        $objMobile = new SC_Helper_Mobile_Ex();
+        $objMobile->sfMobileInit();
+    }
 }
