mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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) {
|
||||
return nullable_htmlentities($unsanitizedInput ?? '');
|
||||
return htmlentities($unsanitizedInput ?? '');
|
||||
}
|
||||
|
||||
function initials($str) {
|
||||
|
||||
Reference in New Issue
Block a user