Fix munged URLs in redirects for assets with isSecure set.
This commit is contained in:
parent
fc9cf6b5ad
commit
0aa1e4b878
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ sub www_delete {
|
|||
$self->forkWithStatusPage({
|
||||
plugin => 'ProgressTree',
|
||||
title => 'Delete Assets',
|
||||
redirect => $asset->getUrl,
|
||||
redirect => $self->session->url->gateway($asset->get('url')),
|
||||
method => 'trashInFork',
|
||||
args => [ $self->getId ],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue