Merge branch 'MDL-55499-32' of git://github.com/andrewnicols/moodle into MOODLE_32_STABLE
This commit is contained in:
@@ -55,11 +55,13 @@ class renderer extends \mod_forum_renderer {
|
||||
* @return string
|
||||
*/
|
||||
public function format_message_text($cm, $post) {
|
||||
$context = \context_module::instance($cm->id);
|
||||
$message = file_rewrite_pluginfile_urls($post->message, 'pluginfile.php',
|
||||
\context_module::instance($cm->id)->id,
|
||||
$context->id,
|
||||
'mod_forum', 'post', $post->id);
|
||||
$options = new \stdClass();
|
||||
$options->para = true;
|
||||
$options->context = $context;
|
||||
return format_text($message, $post->messageformat, $options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user