Disable activate button if tracking is disable

[MAILPOET-3840]
This commit is contained in:
Brezo Cordero
2021-10-21 19:25:11 -05:00
committed by Veljko V
parent f42d3aac5e
commit ea6eb0993d
7 changed files with 82 additions and 8 deletions

View File

@ -294,7 +294,7 @@ class Settings extends APIEndpoint {
return $this->deactivateReEngagementEmails();
} catch (\Exception $e) {
throw new \Exception(
__('Unable to deactivate re-engagement emails: ' . $e->getMessage()), 'mailpoet');
__('Unable to deactivate re-engagement emails: ' . $e->getMessage(), 'mailpoet'));
}
}