Fix code style [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-05 18:41:19 +03:00
parent 98eab956e9
commit 3d5f13a2b8

View File

@ -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;
}