update this too
This commit is contained in:
parent
fddbe0f605
commit
7c790414b5
@ -622,7 +622,7 @@ function print_GET() {
|
||||
/** @privatesection */
|
||||
|
||||
function _stripslashes_r($arr) {
|
||||
return is_array($arr) ? array_map('stripslashes_r', $arr) : stripslashes($arr);
|
||||
return is_array($arr) ? array_map('_stripslashes_r', $arr) : stripslashes($arr);
|
||||
}
|
||||
|
||||
function _sanitise_environment() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user