Merge branch 'MDL-46321-master' of git://github.com/tonyjbutler/moodle

This commit is contained in:
David Monllao 2015-08-12 08:49:14 +08:00
commit 819ab257f7

View File

@ -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>";
}