mirror of
https://github.com/itflow-org/itflow
synced 2026-03-19 04:04:51 +00:00
oops fix replaced the actualy function with nullable
This commit is contained in:
@@ -46,7 +46,7 @@ function key32gen()
|
|||||||
}
|
}
|
||||||
|
|
||||||
function nullable_htmlentities($unsanitizedInput) {
|
function nullable_htmlentities($unsanitizedInput) {
|
||||||
return nullable_htmlentities($unsanitizedInput ?? '');
|
return htmlentities($unsanitizedInput ?? '');
|
||||||
}
|
}
|
||||||
|
|
||||||
function initials($str) {
|
function initials($str) {
|
||||||
|
|||||||
Reference in New Issue
Block a user