mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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
|
@ -4381,7 +4381,8 @@ class settings_navigation extends navigation_node {
|
|||
// Publish course on a hub
|
||||
if ($adminoptions->publish) {
|
||||
$url = new moodle_url('/course/publish/index.php', array('id'=>$course->id));
|
||||
$coursenode->add(get_string('publish'), $url, self::TYPE_SETTING, null, 'publish', new pix_icon('i/publish', ''));
|
||||
$coursenode->add(get_string('publish', 'core_hub'), $url, self::TYPE_SETTING, null, 'publish',
|
||||
new pix_icon('i/publish', ''));
|
||||
}
|
||||
|
||||
// Reset this course
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue