File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ public function load(string|null $source = null): bool
417417 private function setConnectionCollation (): void
418418 {
419419 $ collationConnection = $ this ->get ('DefaultConnectionCollation ' );
420- if (empty ($ collationConnection ) || $ collationConnection == $ GLOBALS ['collationConnection ' ]) {
420+ if (empty ($ collationConnection ) || $ collationConnection == $ GLOBALS ['collation_connection ' ]) {
421421 return ;
422422 }
423423
Original file line number Diff line number Diff line change 263263 <code><![CDATA[$GLOBALS['cfg']['Server']['controlport']]]></code>
264264 <code><![CDATA[$GLOBALS['cfg']['Server']['controluser']]]></code>
265265 <code><![CDATA[$GLOBALS['cfg']['Server']['hide_connection_errors']]]></code>
266- <code><![CDATA[$GLOBALS['collationConnection']]]></code>
267266 </InvalidArrayOffset>
268267 <MixedArgument>
269268 <code>$collationConnection</code>
You can’t perform that action at this time.
0 commit comments