Skip to content

Commit

Permalink
MDL-31708 wiki groups: whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 6, 2012
1 parent ebadb9b commit 6273fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6273fb8

Please sign in to comment.