Skip to content

Commit

Permalink
damn, reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlang committed Mar 18, 2012
1 parent a91bce2 commit 09a749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/PercentError.pm
Expand Up @@ -8,7 +8,7 @@ zci answer_type => "PercentError";

handle query_parts => sub {
shift;
shift if @_[0] =~ /(?: |-|)error/ || @_[0] =~ /(?: |-|)err/;
shift if @_[0] eq 'error' || @_[0] eq 'err';

my $length = @_;
print "$length\n";
Expand Down

0 comments on commit 09a749f

Please sign in to comment.