Skip to content

Fix configuration with values considered as False

Tim Schoof requested to merge fix_configuration into master

For values like 0 that are considered as False in if statements, the default value was used instead of the given option.

Merge request reports