form param "with" should be all lower case.
This commit is contained in:
parent
db51217353
commit
8186eba909
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ sub www_copy {
|
|||
dialog => 1,
|
||||
message => 'Your assets are now copied!',
|
||||
args => {
|
||||
childrenOnly => $session->form->get('with') eq 'Children',
|
||||
childrenOnly => $session->form->get('with') eq 'children',
|
||||
assetId => $asset->getId,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue