add Gallery to test_content and fix problems with RssFeed role
This commit is contained in:
parent
ebdf0c28a3
commit
bdb803915e
5 changed files with 109 additions and 30 deletions
|
|
@ -79,6 +79,9 @@ sub dispatch {
|
|||
$fragment =~ s/$url//;
|
||||
$session->asset($asset);
|
||||
my $output = eval { $asset->dispatch($fragment); };
|
||||
if ( $@ ) {
|
||||
$session->log->error( "Problem with dispatching $url: " . $@ );
|
||||
}
|
||||
return $output if defined $output;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue