make use of PMA_array_merge_recursive() (forgot to remove debug code)

This commit is contained in:
Sebastian Mendel
2005-12-05 13:20:07 +00:00
parent 389d8f2871
commit 9fe2097f39

View File

@@ -249,7 +249,7 @@ class PMA_Config {
}
function __wakeup() {
if ( true || $this->source_mtime !== filemtime( $this->getSource() )
if ( $this->source_mtime !== filemtime( $this->getSource() )
|| $this->error_config_file || $this->error_config_default_file ) {
$this->load( $this->getSource() );
}