Skip to content

Commit

Permalink
Fix api_replace_dangerous_char, do not remove specific words.
Browse files Browse the repository at this point in the history
See BT#16311
  • Loading branch information
jmontoyaa committed Nov 21, 2019
1 parent 62c763f commit 20d64a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/api.lib.php
Expand Up @@ -6431,7 +6431,7 @@ function api_replace_dangerous_char($filename, $treat_spaces_as_hyphens = true)
250,
'',
true,
true,
false,
false,
false,
$treat_spaces_as_hyphens
Expand Down

0 comments on commit 20d64a6

Please sign in to comment.