mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-31708 wiki groups: whitespace fix
This commit is contained in:
parent
ebadb9b9a6
commit
6273fb8377
@ -543,7 +543,7 @@ function wiki_extend_navigation(navigation_node $navref, $course, $module, $cm)
|
||||
$node = $navref->add(get_string('view', 'wiki'), $link, navigation_node::TYPE_SETTING);
|
||||
}
|
||||
|
||||
if (wiki_user_can_edit($subwiki)) {
|
||||
if (wiki_user_can_edit($subwiki)) {
|
||||
$link = new moodle_url('/mod/wiki/edit.php', array('pageid' => $pageid));
|
||||
$node = $navref->add(get_string('edit', 'wiki'), $link, navigation_node::TYPE_SETTING);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user