mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove needless line of code
as pointed out by maurymmarques, in pull request 126
This commit is contained in:
parent
694819cb81
commit
26aeb11550
1 changed files with 0 additions and 2 deletions
|
@ -243,8 +243,6 @@ class Sanitize {
|
|||
$data = str_replace("\r", "", $data);
|
||||
}
|
||||
|
||||
$data = str_replace("'", "'", str_replace("!", "!", $data));
|
||||
|
||||
if ($options['unicode']) {
|
||||
$data = preg_replace("/&#([0-9]+);/s", "&#\\1;", $data);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue