Skip to content

Commit

Permalink
Item13125: no need to monkey patch in here
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 16, 2014
1 parent 39877fb commit 9474881
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Foswiki/Form/Cat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ our @ISA = ('Foswiki::Form::FieldDefinition');
use Foswiki::Plugins::ClassificationPlugin ();
use Foswiki::Func ();

use Foswiki::Request();

BEGIN {

# Backwards compatibility for Foswiki 1.1.x
unless (defined *Foswiki::Request::multi_param) {
no warnings 'redefine';
*Foswiki::Request::multi_param = \&Foswiki::Request::param;
use warnings 'redefine';
}
}

sub new {
my $class = shift;
my $this = $class->SUPER::new( @_ );
Expand Down

0 comments on commit 9474881

Please sign in to comment.