diff --git a/EcAlerter.m b/EcAlerter.m index bcd9e82..4e6024c 100644 --- a/EcAlerter.m +++ b/EcAlerter.m @@ -1604,7 +1604,7 @@ replaceFields(NSDictionary *fields, NSString *template) [lock lock]; array = RETAIN(rules); [lock unlock]; - [self applyRules: AUTORELEASE(rules) toEvent: event]; + [self applyRules: AUTORELEASE(array) toEvent: event]; } NS_HANDLER {