Fix wrong global var name
Introduced by 437215cab2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
e5698c85e9
commit
fbbbebf6e2
@ -417,7 +417,7 @@ class Config
|
||||
private function setConnectionCollation(): void
|
||||
{
|
||||
$collationConnection = $this->get('DefaultConnectionCollation');
|
||||
if (empty($collationConnection) || $collationConnection == $GLOBALS['collationConnection']) {
|
||||
if (empty($collationConnection) || $collationConnection == $GLOBALS['collation_connection']) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -263,7 +263,6 @@
|
||||
<code><![CDATA[$GLOBALS['cfg']['Server']['controlport']]]></code>
|
||||
<code><![CDATA[$GLOBALS['cfg']['Server']['controluser']]]></code>
|
||||
<code><![CDATA[$GLOBALS['cfg']['Server']['hide_connection_errors']]]></code>
|
||||
<code><![CDATA[$GLOBALS['collationConnection']]]></code>
|
||||
</InvalidArrayOffset>
|
||||
<MixedArgument>
|
||||
<code>$collationConnection</code>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user