File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ protected function filterParams($data)
51
51
}
52
52
}
53
53
54
- $ inputFilter = new \ Zend_Filter_Input (
54
+ $ inputFilter = $ this -> getFilterInput (
55
55
$ filterRules ,
56
56
[],
57
57
$ data
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protected function filterParams($data)
37
37
}
38
38
}
39
39
40
- $ inputFilter = new \ Zend_Filter_Input (
40
+ $ inputFilter = $ this -> getFilterInput (
41
41
$ filterRules ,
42
42
[],
43
43
$ data
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ protected function filterParams($data)
176
176
}
177
177
}
178
178
179
- $ inputFilter = new \ Zend_Filter_Input (
179
+ $ inputFilter = $ this -> getFilterInput (
180
180
$ filterRules ,
181
181
[],
182
182
$ data
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected function filterParams($data)
35
35
}
36
36
}
37
37
38
- $ inputFilter = new \ Zend_Filter_Input (
38
+ $ inputFilter = $ this -> getFilterInput (
39
39
$ filterRules ,
40
40
[],
41
41
$ data
Original file line number Diff line number Diff line change 2
2
"name" : " magefan/module-blog" ,
3
3
"description" : " Implements Blog functionality on Magento 2 store" ,
4
4
"require" : {
5
- "magefan/module-community" : " >=2.1.12 " ,
5
+ "magefan/module-community" : " >=2.1.13 " ,
6
6
"magefan/module-blog-graph-ql" : " >=2.1.7" ,
7
7
"magefan/module-wysiwyg-advanced" : " >=2.0.14"
8
8
},
9
9
"suggest" : {
10
10
"magefan/module-amp-blog" : " Install this module to activate Blog integration with the Plumrocket AMP extension."
11
11
},
12
12
"type" : " magento2-module" ,
13
- "version" : " 2.10.12.2 " ,
13
+ "version" : " 2.10.12.3 " ,
14
14
"autoload" : {
15
15
"files" : [ " registration.php" ],
16
16
"psr-4" : {
You can’t perform that action at this time.
0 commit comments