summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorAlexander Merz <alexmerz@php.net>2001-07-27 11:53:35 +0000
committerAlexander Merz <alexmerz@php.net>2001-07-27 11:53:35 +0000
commitca5fd10e1dc1914c68a29b201a0932d0d06beaa9 (patch)
tree9d3265c6809d578d2b5b5d3554338ab4f312f915 /pear
parentcba5dd75464ef8b80f7b2fc02d7660fe48ff7139 (diff)
downloadphp-git-ca5fd10e1dc1914c68a29b201a0932d0d06beaa9.tar.gz
Bugfix by Johannes Erdfelt
Diffstat (limited to 'pear')
-rw-r--r--pear/Config.php2
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);
}