From 4a5196ac5c1a28b5ad0d6c7d40a68784a57cbbbe Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Thu, 3 Feb 2011 13:50:42 -0600 Subject: [PATCH] fixed #12033: scratch variable problems during export --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/AssetExportHtml.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e057a6e61..5038c4443 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -2,6 +2,7 @@ - fixed #12030: Calendar Feed Time Zone Issue - fixed: Permission on who can create a shortcut of an Asset. - fixed #12032: deleting forum posts + - fixed #12033: scratch variable problems during export - fixed: Underground label style forces radio buttons and check boxes to render vertically. - fixed #11704: JavaScript::Packer, HTML::Packer, and CSS::Packer use $& variable diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index f3ad994c8..52d5ad09c 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -399,7 +399,6 @@ sub exportBranch { $cs->output->setHandle($handle); my $guard = guard { close $handle; - $cs->var->end; $cs->close(); $asset->$report('collateral notes', $output) if $output; };