Skip to content

Commit

Permalink
unbound: migration of empty nodes failed
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 2, 2023
1 parent 84c7e49 commit f5efffc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public function run($model)
$new[$key] = empty($config->unbound->$key) ? 0 : 1;
continue;
}
$new[$key] = $config->unbound->$key;
$new[$key] = (string)$config->unbound->$key;
}
}

Expand Down

0 comments on commit f5efffc

Please sign in to comment.