Fix a source value for Premium key in the worker [MAILPOET-890]
This commit is contained in:
@ -14,7 +14,7 @@ class PremiumKeyCheck extends KeyCheckWorker {
|
||||
}
|
||||
|
||||
function checkKey() {
|
||||
$premium_key = Setting::getValue(Bridge::PREMIUM_KEY_STATE_SETTING_NAME);
|
||||
$premium_key = Setting::getValue(Bridge::PREMIUM_KEY_SETTING_NAME);
|
||||
$result = $this->bridge->checkPremiumKey($premium_key);
|
||||
return $result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user