Skip to content

Commit

Permalink
Fix tasks.php and add missing language string
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharaoui committed Dec 20, 2019
1 parent a13f59b commit 6f9c3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion db/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$tasks = array(
array(
'classname' => 'mod_wwassignment\task\updatedirtysets',
'classname' => 'mod_wwassignment\task\update_dirty_sets',
'blocking' => 0,
'minute' => 'R',
'hour' => '4',
Expand Down
1 change: 1 addition & 0 deletions lang/en/wwassignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@
$string['writing'] = 'WWASSIGN:writing';
$string['writing_help'] = 'WWASSIGN:writing_help';

$string['updatedirtysets'] = 'Synchronise grades from WebWorK';

0 comments on commit 6f9c3c7

Please sign in to comment.