Remove button if MSS is active

[MAILPOET-1435]
This commit is contained in:
Pavel Dohnal
2018-07-10 13:35:12 +01:00
parent a02f909627
commit d670fe27ee
3 changed files with 3 additions and 1 deletions

View File

@ -523,6 +523,7 @@ class Menu {
$data['month_names'] = Block\Date::getMonthNames();
$data['premium_plugin_active'] = License::getLicense();
$data['mss_active'] = Bridge::isMPSendingServiceEnabled();
$this->displayPage('subscribers/subscribers.html', $data);
}