Skip to content

Commit

Permalink
fixed prefix in cb_mail_sent
Browse files Browse the repository at this point in the history
  • Loading branch information
chriwen committed Dec 15, 2020
1 parent 23281b4 commit d7599f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Messages/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct($postId, $action)
}

public function triggerMail()
{
{

if ($this->action == "confirmed") {
return $this->sendMessage();
Expand Down Expand Up @@ -127,7 +127,7 @@ public function SendNotificationMail()
// WPML: Reset system lang
do_action('wpml_reset_language_after_mailing');

do_action('cb_mail_sent', $this->action, $result);
do_action('commonsbooking_mail_sent', $this->action, $result);

}

Expand Down

0 comments on commit d7599f8

Please sign in to comment.