Skip to content

Commit

Permalink
perf(rsync): for correct version
Browse files Browse the repository at this point in the history
footer  BREAKING CHANGE: test
  • Loading branch information
roblesjoel committed Jun 17, 2022
1 parent 2cf5676 commit 5b669a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section.php
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ public static function create_section($courseid, $sectionname) {
* @param int $sectionnumber section number
* @param int $targetsectionnumber target section number
* @return string A string describing the result.
* @throws moodle_exception if the specified course doesn't exist or the user doesn't have the rights
* @throws moodle_exception if the specified course doesn't exist or the user doesn't have sufficient rights
*/
public static function copy_all_section_modules($courseid, $sectionnumber, $targetsectionnumber) {
global $DB, $USER;
Expand Down

0 comments on commit 5b669a9

Please sign in to comment.