Skip to content

Commit

Permalink
Item337: make Foswiki::Request a derived class from CGI. All unit tes…
Browse files Browse the repository at this point in the history
…ts passes

git-svn-id: http://svn.foswiki.org/trunk@1068 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Nov 29, 2008
1 parent b2eea62 commit 224b268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Request.pm
Expand Up @@ -59,7 +59,7 @@ use Assert;
use Error;
use IO::File;
use CGI::Util qw(rearrange);
use CGI qw(:standard); # Necessary, so things like $request->p('text') works.
use base 'CGI';

=begin TML
Expand Down

0 comments on commit 224b268

Please sign in to comment.