mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Write-Patch by Alexander for bug reported by Yavor
This commit is contained in:
parent
fb8e614690
commit
51a4c0ceb6
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ class Config {
|
||||||
if( empty( $datasrc ) ) {
|
if( empty( $datasrc ) ) {
|
||||||
$datasrc = $this -> datasrc ;
|
$datasrc = $this -> datasrc ;
|
||||||
}
|
}
|
||||||
|
$this->container->data = $this->data
|
||||||
$this->container->writeInput($datasrc,$preserve);
|
$this->container->writeInput($datasrc,$preserve);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue