Skip to content

Commit 6f9c3c7

Browse files
committed
Fix tasks.php and add missing language string
1 parent a13f59b commit 6f9c3c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

db/tasks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$tasks = array(
66
array(
7-
'classname' => 'mod_wwassignment\task\updatedirtysets',
7+
'classname' => 'mod_wwassignment\task\update_dirty_sets',
88
'blocking' => 0,
99
'minute' => 'R',
1010
'hour' => '4',

lang/en/wwassignment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
$string['writing'] = 'WWASSIGN:writing';
7979
$string['writing_help'] = 'WWASSIGN:writing_help';
8080

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

0 commit comments

Comments
 (0)