Fix code style [PREMIUM-4]
This commit is contained in:
@ -53,7 +53,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) {
|
||||
$display_error_notice = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user