revert fix for bug #2931216

This commit is contained in:
Marc Delisle
2010-01-21 00:36:27 +00:00
parent 0a6badd2d6
commit e5a58432b5
2 changed files with 0 additions and 2 deletions

View File

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