]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-holiday.php
Rewritten to use filter and wrapper
[mailer.git] / inc / modules / member / what-holiday.php
index 7417a7dec32dbd3eaa1758c39664456d6edf632b..dd7c7a5731a09efe7ce123892af608a53e89301f 100644 (file)
@@ -208,7 +208,7 @@ LIMIT 1",
                                        array(getMemberId()), __FILE__, __LINE__);
 
                                // Send email to admin
-                               sendAdminNotification('{--ADMIN_HOLIDAY_DEAC_SUBJECT--}', 'admin_holiday_deactivated', $content, getMemberId());
+                               sendAdminNotification('{--ADMIN_HOLIDAY_DEACTIVATED_SUBJECT--}', 'admin_holiday_deactivated', $content, getMemberId());
 
                                // Display message to user
                                displayMessage('{--MEMBER_HOLIDAY_DEACTIVATED_NOW--}');