From 5b669a9b7a4528048f87920ab31f6eed25bf47cb Mon Sep 17 00:00:00 2001 From: Joel Robles Date: Fri, 17 Jun 2022 14:53:57 +0200 Subject: [PATCH] perf(rsync): for correct version footer BREAKING CHANGE: test --- section.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section.php b/section.php index 041af18..2305d2e 100644 --- a/section.php +++ b/section.php @@ -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;