Skip to content

Commit fc0fb64

Browse files
Bug fixes - KICK-188
1 parent 7a0f41e commit fc0fb64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

classes/course_importer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ public static function import_from_template($templateid, $courseid) {
106106
*
107107
* @param string $backuptempdir
108108
* @param int $courseid
109-
* @param int $templateid
110109
* @throws \base_plan_exception
111110
* @throws \base_setting_exception
112111
* @throws \dml_exception
113112
* @throws \restore_controller_exception
114113
*/
115-
public static function import($backuptempdir, $courseid, $templateid) {
114+
public static function import($backuptempdir, $courseid) {
116115
global $USER, $DB;
117116

118117
$course = $DB->get_record('course', ['id' => $courseid]);

version.php

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

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2023050800; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2024071500; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2017111300; // Requires this Moodle version.
2929
$plugin->release = 'Version 1.3';
3030
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).

0 commit comments

Comments
 (0)