File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog
2929- issue Fixed an PHP undefined index notice on export
3030- issue #14555 Fixed JavaScript error when auto completion is open (upgraded CodeMirror to 5.60.0)
3131- issue #16647 Fixed preferences form not showing texts and not respecting TabsMode config
32+ - issue Fixed escape_mysql_wildcards Twig filter
3233
33345.1.0 (2021-02-24)
3435- issue #15350 Change Media (MIME) type references to Media type
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public function getFilters()
163163 ),
164164 new TwigFilter (
165165 'escape_mysql_wildcards ' ,
166- 'PhpMyAdmin\Util::convertBitDefaultValue '
166+ 'PhpMyAdmin\Util::escapeMysqlWildcards '
167167 ),
168168 ];
169169 }
You can’t perform that action at this time.
0 commit comments