diff --git a/lib/Config/ServicesChecker.php b/lib/Config/ServicesChecker.php index 58e9b2bcbd..d97e2ee474 100644 --- a/lib/Config/ServicesChecker.php +++ b/lib/Config/ServicesChecker.php @@ -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; }