mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-60449-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
ecb4a05cc2
16 changed files with 47 additions and 42 deletions
|
@ -36,7 +36,7 @@ $shortname = format_string($COURSE->shortname);
|
|||
|
||||
$PAGE->set_url('/course/publish/index.php', array('id' => $courseid));
|
||||
$PAGE->set_pagelayout('incourse');
|
||||
$PAGE->set_title(get_string('publish') . ': ' . $COURSE->fullname);
|
||||
$PAGE->set_title(get_string('publish', 'core_hub') . ': ' . $COURSE->fullname);
|
||||
$PAGE->set_heading($COURSE->fullname);
|
||||
|
||||
require_capability('moodle/course:publish', context_course::instance($courseid));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue