diff options
| author | Christian Stocker <chregu@php.net> | 2001-07-04 11:24:49 +0000 |
|---|---|---|
| committer | Christian Stocker <chregu@php.net> | 2001-07-04 11:24:49 +0000 |
| commit | d153a17da36571436ecbaca2a6f40af4eb73f7fb (patch) | |
| tree | 69ea4a88b2159bfde1d29d934ec62e64e7ca4774 | |
| parent | a07a26888e1db18be729f10bafe6cf4bbb65ce5f (diff) | |
| download | php-git-d153a17da36571436ecbaca2a6f40af4eb73f7fb.tar.gz | |
stupid missing semicolon
| -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 acfec3a983..64d5bb9292 100644 --- a/pear/Config.php +++ b/pear/Config.php @@ -280,7 +280,7 @@ class Config { if( empty( $datasrc ) ) { $datasrc = $this -> datasrc ; } - $this->container->data = $this->data + $this->container->data = $this->data; $this->container->writeInput($datasrc,$preserve); } |
