Actually load configuration.

This commit is contained in:
Michal Čihař
2005-11-30 18:59:48 +00:00
parent e55f488ebf
commit 17a3ebe53a
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2005-11-30 Michal Čihař <michal@cihar.com>
* lang/*: Messages for Sebastian.
* libraries/Config.class.php: Actually load configuration.
2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Config.class.php:

View File

@@ -329,6 +329,8 @@ class PMA_Config {
$this->checkCollationConnection();
//$this->checkPmaAbsoluteUri();
$this->settings = array_merge( $this->settings, $cfg );
return true;
}
/**
@@ -610,4 +612,4 @@ class PMA_Config {
*/
function save() {}
}
?>
?>