File: phpbb/extension/metadata_manager.php
Unmodified
Added
Modified
Removed
Line 117 | Line 117 |
---|
*/ public function sanitize_json(&$value, $key) {
|
*/ public function sanitize_json(&$value, $key) {
|
$value = htmlspecialchars($value);
| $value = htmlspecialchars($value, ENT_COMPAT);
|
}
/**
| }
/**
|