Bugfix by Johannes Erdfelt

This commit is contained in:
Alexander Merz 2001-07-27 11:53:35 +00:00
parent cba5dd7546
commit ca5fd10e1d

View File

@ -285,7 +285,7 @@ class Config {
$datasrc = $this -> datasrc ;
}
$this->container->data = $this->data;
$this->container->writeInput($datasrc,$preserve);
return $this->container->writeInput($datasrc,$preserve);
}