mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
unbound: migration of empty nodes failed
PR: https://forum.opnsense.org/index.php?topic=35134.0
This commit is contained in:
parent
84c7e49944
commit
f5efffcf94
@ -46,7 +46,7 @@ class M1_0_5 extends BaseModelMigration
|
||||
$new[$key] = empty($config->unbound->$key) ? 0 : 1;
|
||||
continue;
|
||||
}
|
||||
$new[$key] = $config->unbound->$key;
|
||||
$new[$key] = (string)$config->unbound->$key;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user