We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833ca56 commit 8d5dc08Copy full SHA for 8d5dc08
system/Database/BaseConnection.php
@@ -1126,7 +1126,7 @@ public function escapeIdentifiers($item)
1126
return $item;
1127
}
1128
1129
- if (empty($this->pregEscapeChar)) {
+ if ($this->pregEscapeChar === []) {
1130
if (is_array($this->escapeChar)) {
1131
$this->pregEscapeChar = [
1132
preg_quote($this->escapeChar[0], '/'),
0 commit comments