Index: /temp/branches/ec-cube-beta/html/campaign/default/application.php
===================================================================
--- /temp/branches/ec-cube-beta/html/campaign/default/application.php	(revision 11228)
+++ /temp/branches/ec-cube-beta/html/campaign/default/application.php	(revision 11272)
@@ -50,6 +50,8 @@
 if(lfCheckActive($dir_name)) {
 	$status = CAMPAIGN_TEMPLATE_ACTIVE;
+	$objPage->is_active = true;
 } else {
 	$status = CAMPAIGN_TEMPLATE_END;
+	$objPage->is_active = false;
 }
 
