From: moodler Date: Tue, 21 Mar 2006 09:08:57 +0000 (+0000) Subject: Change of function name, no actual change X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=da077b9a7ae509e738664cacd1d79cf0dd478fdb;p=moodle.git Change of function name, no actual change --- diff --git a/mod/forum/post.php b/mod/forum/post.php index 9976c87642..39249e6f42 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -232,7 +232,7 @@ } } - if ($usehtmleditor = can_use_richtext_editor()) { + if ($usehtmleditor = can_use_html_editor()) { $defaultformat = FORMAT_HTML; } else { $defaultformat = FORMAT_MOODLE;