mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Unnecessary line
This commit is contained in:
parent
f641da89fa
commit
de893b14ab
1 changed files with 0 additions and 2 deletions
|
@ -261,8 +261,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