Write-Patch by Alexander for bug reported by Yavor

This commit is contained in:
Christian Stocker 2001-07-03 09:34:35 +00:00
parent fb8e614690
commit 51a4c0ceb6

View file

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