mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-39329-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
0722742b63
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ if (has_capability('moodle/course:publish', context_course::instance($id))) {
|
|||
$hubcourseid = optional_param('hubcourseid', 0, PARAM_INT);
|
||||
$publicationid = optional_param('publicationid', 0, PARAM_INT);
|
||||
$timepublished = optional_param('timepublished', 0, PARAM_INT);
|
||||
$publication = new stdClass();
|
||||
$publication->courseshortname = $course->shortname;
|
||||
$publication->courseid = $course->id;
|
||||
$publication->hubname = $hubname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue