]> granicus.if.org Git - php/commitdiff
Write-Patch by Alexander for bug reported by Yavor
authorChristian Stocker <chregu@php.net>
Tue, 3 Jul 2001 09:34:35 +0000 (09:34 +0000)
committerChristian Stocker <chregu@php.net>
Tue, 3 Jul 2001 09:34:35 +0000 (09:34 +0000)
pear/Config.php

index e37be821be0dd68cd186bfda8b20c554d3ecfe7a..acfec3a9839878bf22604bd9232af54827b0514e 100644 (file)
@@ -280,6 +280,7 @@ class Config  {
         if( empty( $datasrc ) ) {
             $datasrc = $this -> datasrc ;
         }
+        $this->container->data = $this->data
         $this->container->writeInput($datasrc,$preserve);
     }