From ca5fd10e1dc1914c68a29b201a0932d0d06beaa9 Mon Sep 17 00:00:00 2001 From: Alexander Merz Date: Fri, 27 Jul 2001 11:53:35 +0000 Subject: [PATCH] Bugfix by Johannes Erdfelt --- pear/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.50.1