From 51a4c0ceb6e11ef0d1bb1daf229f76db1ddfdad8 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Tue, 3 Jul 2001 09:34:35 +0000 Subject: [PATCH] Write-Patch by Alexander for bug reported by Yavor --- pear/Config.php | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.50.1