Skip to content

Commit

Permalink
MDL-46321 mod_forum: Remove move button to force destination selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjbutler committed Aug 10, 2015
1 parent 57739a7 commit 5a699f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/discuss.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
echo '<div class="movediscussionoption">';
$select = new url_select($forummenu, '',
array(''=>get_string("movethisdiscussionto", "forum")),
'forummenu', get_string('move'));
'forummenu');
echo $OUTPUT->render($select);
echo "</div>";
}
Expand Down

0 comments on commit 5a699f2

Please sign in to comment.