Temporarily hide invalid key warnings when the license key isn't specified [MAILPOET-911]
This commit is contained in:
@ -55,7 +55,7 @@ class ServicesChecker {
|
||||
$premium_plugin_active = License::getLicense();
|
||||
$premium_key = Setting::getValue(Bridge::PREMIUM_KEY_STATE_SETTING_NAME);
|
||||
|
||||
if(!$premium_plugin_active) {
|
||||
if(!$premium_plugin_active || !$premium_key_specified) {
|
||||
$display_error_notice = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user