fix test collateral
This commit is contained in:
parent
39adb44007
commit
2162ecba8c
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ else {
|
|||
if (defined $asset) {
|
||||
my $file;
|
||||
if ($toFile) {
|
||||
open $file '>', $toFile or die "Can't open file $toFile for writing. $!";
|
||||
open $file, '>', $toFile or die "Can't open file $toFile for writing. $!";
|
||||
$session->output->setHandle($file);
|
||||
}
|
||||
my $content = $asset->www_view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue