Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
commit
04b72cf560
@ -386,7 +386,7 @@ class Util
|
||||
|
||||
// '0' is also empty for php :-(
|
||||
if (strlen((string) $a_name) > 0 && $a_name !== '*') {
|
||||
return $quote . str_replace($quote, $escapeChar . $quote, $a_name) . $quote;
|
||||
return $quote . str_replace($quote, $escapeChar . $quote, (string) $a_name) . $quote;
|
||||
}
|
||||
|
||||
return $a_name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user