diff --git a/pear/Config.php b/pear/Config.php index e37be821be0..acfec3a9839 100644 --- a/pear/Config.php +++ b/pear/Config.php @@ -280,6 +280,7 @@ class Config { if( empty( $datasrc ) ) { $datasrc = $this -> datasrc ; } + $this->container->data = $this->data $this->container->writeInput($datasrc,$preserve); }