Skip to content

Commit

Permalink
Merge pull request #44 from ari-beautysuccess/patch-1
Browse files Browse the repository at this point in the history
Fix issue 19
  • Loading branch information
ClaudiuCreanga authored Nov 7, 2018
2 parents 91e0364 + 253b0d3 commit fddc2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Adminhtml/Stores.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function __construct(
public function filterData($data)
{
$inputFilter = new \Zend_Filter_Input(
[],
[],
$data
);
Expand Down

0 comments on commit fddc2e7

Please sign in to comment.