Skip to content

Commit

Permalink
Item10478: preserve action 'form' with Save & Continue
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@11013 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Mar 12, 2011
1 parent 98206ea commit d7a01d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Save.pm
Expand Up @@ -516,7 +516,7 @@ WARN
$p{template} = $edittemplate if $edittemplate;

# Pass through selected parameters
foreach my $pthru qw(redirectto skin cover nowysiwyg) {
foreach my $pthru qw(redirectto skin cover nowysiwyg action) {
$p{$pthru} = $query->param($pthru);
}

Expand Down

0 comments on commit d7a01d2

Please sign in to comment.