fixed #12169: extras uploads symlink export

This commit is contained in:
Paul Driver 2011-06-21 16:16:51 -05:00
parent 4d0e87a8d9
commit 3acaa46713
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
7.10.19
- fixed #12169: extras uploads symlink export
- Added ability to pass caller assetId to RenderThingMacro
- Allow specific expirations for groups in userImport.pl

View file

@ -1076,16 +1076,16 @@ sub www_exportStatus {
return $session->privilege->insufficient
unless $session->user->isInGroup(13);
my $form = $session->form;
my @vars = qw(
index depth userId extrasUploadsAction rootUrlAction exportUrl
exportRelated
);
my @vars = qw(index depth userId rootUrlAction exportUrl exportRelated);
$self->forkWithStatusPage({
plugin => 'ProgressTree',
title => 'Page Export Status',
method => 'exportInFork',
groupId => 13,
args => {
# Note the difference in spelling...
# v---no s s-----v
extrasUploadAction => scalar $form->get('extrasUploadsAction'),
assetId => $self->getId,
map { $_ => scalar $form->get($_) } @vars
}