notify disable added

This commit is contained in:
Sebastian
2021-06-06 19:50:31 +02:00
parent 5686bacca0
commit eacc462e18
2 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,7 @@ sub Notify {
@{$events} or grep /^REREADCFG$/,
@{$events} or grep /^DEFINED.$name$/,
@{$events} or grep /^MODIFIED.$name$/,
@{$events} or grep /^DELETEATTR.$name.disable$/,
@{$events}
)
)