Skip to content

Commit

Permalink
Item1700: manual validation fails on SSI
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@4067 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Jun 9, 2009
1 parent 740ab69 commit 754d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Validation.pm
Expand Up @@ -286,7 +286,7 @@ sub validate {
print STDERR "V: PROMPT FOR CONFIRMATION\n" if TRACE;

# prompt for user verification
$session->{response}->status(401);
$session->{response}->status(200);

$session->{prefs}->setSessionPreferences(
ORIGURL => Foswiki::_encode( 'entity', $origurl || '' ), );
Expand Down

0 comments on commit 754d952

Please sign in to comment.