From 3d5f13a2b8ad4d89ac1eb0337e71ef923afac40c Mon Sep 17 00:00:00 2001 From: Alexey Stoletniy Date: Fri, 5 May 2017 18:41:19 +0300 Subject: [PATCH] Fix code style [PREMIUM-4] --- lib/Config/ServicesChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/ServicesChecker.php b/lib/Config/ServicesChecker.php index c694cbe58c..1bf5ba70db 100644 --- a/lib/Config/ServicesChecker.php +++ b/lib/Config/ServicesChecker.php @@ -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; }