mirror of
https://github.com/friendica/friendica
synced 2025-05-01 19:04:23 +02:00
Update function calls
update function calls to new class
This commit is contained in:
parent
97fcf23371
commit
748fb8b946
16 changed files with 114 additions and 110 deletions
|
@ -44,7 +44,7 @@ class Strings
|
|||
if (is_bool($val)) {
|
||||
return $val?"true":"false";
|
||||
} elseif (is_array($val)) {
|
||||
return array_map('XML::arrayEscape', $val);
|
||||
return array_map('Strings::arrayEscape', $val);
|
||||
}
|
||||
return self::escape((string) $val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue