Skip to content

Commit

Permalink
Remove unnecessary url decode
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed Jun 15, 2016
1 parent 2e1766b commit 17c06e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/FilterAttribute.php
Expand Up @@ -112,9 +112,6 @@ public static function parse($filterKey, $filterValue)
));
}

//@todo is this required?
$singleFilterValue = urldecode($singleFilterValue);

list($operator, $operand) = Operator::parse($singleFilterValue);

//Push to attribute filters
Expand Down

0 comments on commit 17c06e2

Please sign in to comment.