Index: temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 11019)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 11020)
@@ -115,9 +115,7 @@
 // ¥¿¥°É½¼¨
 case 'view':
-	// µ¬³Ê¤Î¾ðÊó¤ò¼èÆÀ
-	$arrProductClass = lfGetProductsClass($_POST['product_id']);
+
 	// ¥¿¥°¤òÀ¸À®
-	$create_tag = lfGetCreateTag($_POST['product_id'], $arrProductClass);
-
+	$create_tag = lfGetCreateTag($_POST['product_id']);
 	$objPage->tpl_create_tag = $create_tag;
 	break;
@@ -156,5 +154,5 @@
 
 /* ¥¿¥°¤òÀ¸À® */
-function lfGetCreateTag($product_id, $arrProductClass) {
+function lfGetCreateTag($product_id) {
 	
 	global $objQuery;
