bug #2931216 Relations settings not updated on config change

This commit is contained in:
Marc Delisle
2010-01-20 18:10:37 +00:00
parent 8cae0a1d0f
commit ba66e07181
3 changed files with 8 additions and 6 deletions

View File

@@ -311,6 +311,7 @@ class PMA_Config
|| $this->error_config_file
|| $this->error_config_default_file) {
$this->settings = array();
unset($_SESSION['relation']);
$this->load();
$this->checkSystem();
}