- Updates default cron trigger method in Populator and Settings

This commit is contained in:
Vlad
2016-08-08 09:06:45 -04:00
parent bf00e82596
commit 983d56c29b
3 changed files with 6 additions and 3 deletions

View File

@ -78,7 +78,7 @@ class Populator {
if(!Setting::getValue(CronTrigger::SETTING_NAME)) {
// disable task scheduler (cron) be default
Setting::setValue(CronTrigger::SETTING_NAME, array(
'method' => 'WordPress'
'method' => CronTrigger::DEFAULT_METHOD
));
}