MDL-48807 core_task: change create_contexts_task to daily frequency

This commit is contained in:
Simey Lameze
2015-02-23 14:40:37 +08:00
parent 34fcdf2da4
commit 56145a4d6e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -125,8 +125,8 @@ $tasks = array(
array(
'classname' => 'core\task\create_contexts_task',
'blocking' => 1,
'minute' => '*',
'hour' => '*',
'minute' => '0',
'hour' => '0',
'day' => '*',
'dayofweek' => '*',
'month' => '*'
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2014111003.03; // 20141110 = branching date YYYYMMDD - do not modify!
$version = 2014111003.04; // 20141110 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.