$data
This commit is contained in:
parent
f5ea9786f7
commit
31f94f81b3
|
|
@ -15,7 +15,7 @@ $data = $defaults;
|
|||
if (is_file($jsonFile)) {
|
||||
$stored = json_decode(file_get_contents($jsonFile), true);
|
||||
if (is_array($stored)) {
|
||||
$data = array_merge($data, $stored);
|
||||
$data = $stored;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue