form param "with" should be all lower case.

This commit is contained in:
Colin Kuskie 2010-11-11 15:24:18 -08:00
parent db51217353
commit 8186eba909

View file

@ -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,
}
}