Skip to content

Commit

Permalink
Item1568: try testing on the right branch next time, idiot
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3822 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed May 5, 2009
1 parent 563e87a commit 52fb633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ sub _addValidationKey {
my $cgis = $this->{users}->{loginManager}->{_cgisession};
my $actions = $cgis->param('VALID_ACTIONS');
$actions ||= {};
my $nonce = $this->getValidationKey( $form );
my $nonce = $this->_getValidationKey( $form );
$actions->{$nonce} = $form;
$cgis->param('VALID_ACTIONS', $actions);
return "$form<input type='hidden' name='validation_key' value='$nonce' />";
Expand Down

0 comments on commit 52fb633

Please sign in to comment.