mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Bugfix by Johannes Erdfelt
This commit is contained in:
parent
cba5dd7546
commit
ca5fd10e1d
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class Config {
|
||||||
$datasrc = $this -> datasrc ;
|
$datasrc = $this -> datasrc ;
|
||||||
}
|
}
|
||||||
$this->container->data = $this->data;
|
$this->container->data = $this->data;
|
||||||
$this->container->writeInput($datasrc,$preserve);
|
return $this->container->writeInput($datasrc,$preserve);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue