Merge pull request #13988 from mauriciofauth/issue-13769

Fix case in which Config::checkServers is never called
This commit is contained in:
Maurício Meneghini Fauth 2018-02-12 16:01:22 -02:00 committed by GitHub
commit 1bde54959a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -833,8 +833,6 @@ class Config
$this->settings = array_replace_recursive($this->settings, $cfg);
$this->checkServers();
return true;
}

View File

@ -277,6 +277,8 @@ Core::checkRequest();
/******************************************************************************/
/* setup servers LABEL_setup_servers */
$GLOBALS['PMA_Config']->checkServers();
/**
* current server
* @global integer $GLOBALS['server']