Harmonize default value for also_notify
The template code that processes also_notify is of a kind with the checks and processing of other optional smart-array values. Make its default an empty string so that the clause may be properly omitted from a config that doesn't use it.
This commit is contained in:
parent
6decb42f32
commit
dcbba5a0cb
@ -10,7 +10,7 @@ define bind::view (
|
|||||||
$recursion_match_destinations = '',
|
$recursion_match_destinations = '',
|
||||||
$recursion_match_only = false,
|
$recursion_match_only = false,
|
||||||
$notify_source = '',
|
$notify_source = '',
|
||||||
$also_notify = [],
|
$also_notify = '',
|
||||||
$empty_zones = '',
|
$empty_zones = '',
|
||||||
$order = '10',
|
$order = '10',
|
||||||
$minimal_responses = false,
|
$minimal_responses = false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user