Skip to content

Commit

Permalink
Item1359: Use Foswiki::Func::getCgiQuery instead of ::getRequestObject.
Browse files Browse the repository at this point in the history
See also Tasks.Item1333


git-svn-id: http://svn.foswiki.org/trunk/ExitPlugin@5299 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
IanBygrave authored and IanBygrave committed Oct 17, 2009
1 parent 17e2a53 commit d44a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/ExitPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sub _restExit {

Foswiki::Func::writeDebug( __PACKAGE__, "::_restExit()" ) if $debug;

my $query = Foswiki::Func::getRequestObject();
my $query = Foswiki::Func::getCgiQuery();

unless ( defined ($query->param('url')) ) {
$response->header(
Expand Down

0 comments on commit d44a600

Please sign in to comment.