Skip to content

Commit

Permalink
Fixed codechecker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amandadoughty committed Oct 11, 2021
1 parent ca4c1b5 commit 9dd4244
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion db/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
'dayofweek' => '*',
'month' => '*'
)
);
);

3 changes: 2 additions & 1 deletion lang/en/local_culcourse_visibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
$string['privacy:metadata'] = 'The CUL Course Visibility plugin is a scheduled task which updates course visibility only.';
$string['showcourses'] = 'Show courses';
$string['showcourses_desc'] = 'Update course visibility based on start date';
$string['updatecoursevisibility'] = 'Update course visibility based on start date';
$string['updatecoursevisibility'] = 'Update course visibility based on start date';

3 changes: 2 additions & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@
0
)
);
}
}

3 changes: 2 additions & 1 deletion tests/update_course_visibility_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,5 @@ private function reload_courses() {
// Reset the array keys. NB The front page will be $this->courses[0].
$this->courses = array_values($courses);
}
}
}

0 comments on commit 9dd4244

Please sign in to comment.