Skip to content

Commit 1921a8b

Browse files
committed
Rename Config\Settings\Server properties to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 2f4dab8 commit 1921a8b

4 files changed

Lines changed: 259 additions & 264 deletions

File tree

libraries/classes/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ private static function connectToDatabaseServer(
561561
* user but the true user link must be open after this one, so it would be default one for all the scripts).
562562
*/
563563
$controlConnection = null;
564-
if ($currentServer->controluser !== '') {
564+
if ($currentServer->controlUser !== '') {
565565
$controlConnection = $dbi->connect(Connection::TYPE_CONTROL);
566566
}
567567

0 commit comments

Comments
 (0)