Set the session asset, added tests.
This commit is contained in:
parent
3e60133e10
commit
98d3ecc16f
2 changed files with 6 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ sub dispatch {
|
|||
|
||||
my $fragment = $assetUrl;
|
||||
$fragment =~ s/$url//;
|
||||
$session->asset($asset);
|
||||
my $output = eval { $asset->dispatch($fragment); };
|
||||
return $output if defined $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue