fixed #12033: scratch variable problems during export

This commit is contained in:
Paul Driver 2011-02-03 13:50:42 -06:00
parent 7cb1fa97b5
commit 4a5196ac5c
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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;
};