diff options
-rw-r--r-- | pear/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |