mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-46321 mod_forum: Remove move button to force destination selection
This commit is contained in:
parent
57739a72cb
commit
5a699f25a2
@ -326,7 +326,7 @@ if ($forum->type != 'single'
|
||||
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>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user