fixed #12033: scratch variable problems during export
This commit is contained in:
parent
7cb1fa97b5
commit
4a5196ac5c
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue