summaryrefslogtreecommitdiff
path: root/src/lib/cinema_kdms.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cinema_kdms.cc')
-rw-r--r--src/lib/cinema_kdms.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema_kdms.cc b/src/lib/cinema_kdms.cc
index eb71b3202..15aaaa731 100644
--- a/src/lib/cinema_kdms.cc
+++ b/src/lib/cinema_kdms.cc
@@ -152,7 +152,7 @@ CinemaKDMs::email (
}
boost::algorithm::replace_all (body, "$SCREENS", screens.str().substr (0, screens.str().length() - 2));
- Emailer email (config->kdm_from(), i.cinema->email, subject, body);
+ Emailer email (config->kdm_from(), i.cinema->emails, subject, body);
if (!config->kdm_cc().empty ()) {
email.add_cc (config->kdm_cc ());