From: Alexander Merz Date: Fri, 27 Jul 2001 11:53:35 +0000 (+0000) Subject: Bugfix by Johannes Erdfelt X-Git-Tag: PRE_ENGINE2_SPLIT~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca5fd10e1dc1914c68a29b201a0932d0d06beaa9;p=php Bugfix by Johannes Erdfelt --- diff --git a/pear/Config.php b/pear/Config.php index cd621e32ac..4e7607835f 100644 --- a/pear/Config.php +++ b/pear/Config.php @@ -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); }