PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.38
Timetics – Appointment Booking Calendar & Scheduling v1.0.38
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
← All changes | core/emails/update-event-customer-email.php +2 -2 1.0.15 → 1.0.38 View file →
@@ -60,9 +60,9 @@
60 60 *
61 61 * @return string
62 62 */
63 63 public function get_recipient() {
64 - return $this->staff->get_email();
64 + return $this->customer->get_email();
65 65 }
66 66
67 67 /**
68 68 * Get new event email
@@ -87,7 +87,7 @@
87 87 *
88 88 * @return string
89 89 */
90 90 public function get_template() {
91 - return TIMETICS_PLUGIN_DIR . '/templates/emails/update-event.php';
91 + return TIMETICS_PLUGIN_DIR . '/templates/emails/customer-update-event.php';
92 92 }
93 93 }