From: Christian Stocker Date: Tue, 3 Jul 2001 09:34:35 +0000 (+0000) Subject: Write-Patch by Alexander for bug reported by Yavor X-Git-Tag: PRE_TSRM_MERGE_PATCH~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51a4c0ceb6e11ef0d1bb1daf229f76db1ddfdad8;p=php Write-Patch by Alexander for bug reported by Yavor --- diff --git a/pear/Config.php b/pear/Config.php index e37be821be..acfec3a983 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); }