- Updates the name of the setting const

This commit is contained in:
Vlad
2016-07-22 08:48:19 -04:00
parent 63bd093f35
commit 5558ebad45
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ if(!defined('ABSPATH')) exit;
class CronTrigger {
const METHOD_WORDPRESS = 'WordPress';
const METHOD_MAILPOET = 'MailPoet';
const SETTING_VALUE = 'cron_trigger';
const SETTING_NAME = 'cron_trigger';
function __construct() {
$this->method = self::getCurrentMethod();