Changeset 1221 for trunk/core/lib/Foswiki/LoginManager/TemplateLogin.pm
- Timestamp:
- 12/09/08 18:16:48 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/LoginManager/TemplateLogin.pm
r1195 r1221 64 64 my $url = $session->getScriptUrl( 0, 'login', $web, $topic ); 65 65 $query->param( -name => 'origurl', -value => $session->{request}->uri ); 66 $session->redirect( $url, 1 ); 66 $session->redirect( $url, 1 ); # with passthrough 67 67 return 1; 68 68 } … … 162 162 ; #remove the sudo param - its only to tell TemplateLogin that we're using BaseMapper.. 163 163 # Redirect with passthrough 164 $sessionSession->redirect( $origurl, 1 ); 164 $sessionSession->redirect( $origurl, 1 ); # with passthrough 165 165 return; 166 166 }
Note: See TracChangeset
for help on using the changeset viewer.
