Index: temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 7692)
+++ temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 7693)
@@ -34,5 +34,5 @@
  **************************************************************************************************************/
 function sfPostPaymentData($order_url, $arrData){
-	global $objSiteSess;
+	$objSiteSess = new SC_SiteSess;
 	
 	// POST¥Ç¡¼¥¿¤òÁ÷¿®¤·¡¢±þÅú¾ðÊó¤ò¼èÆÀ¤¹¤ë
@@ -69,5 +69,4 @@
 		// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 		$objSiteSess->setRegistFlag();
-		
 		$url = sfGetXMLValue($arrVal,'RESULT','REDIRECT');
 		header("Location: " . $url);	
