fixed alan ritari's patch

This commit is contained in:
JT Smith 2004-08-12 14:29:45 +00:00
parent f7be9a0874
commit d1c319bdb1
3 changed files with 2 additions and 11 deletions

View file

@ -491,7 +491,7 @@ sub www_view {
# to do it this way, but it certainly is the least obtrusive to default
# webgui flow. This feature currently requires a patched WebGUI.pm file.
if ($session{'form'}{'redirectURL'}) {
$session{'page'}{'redirectURL'} = $session{'form'}{'redirectURL'};
WebGUI::HTTP::setRedirect($session{'form'}{'redirectURL'});
}
$var{'results'} = \@result;