From da077b9a7ae509e738664cacd1d79cf0dd478fdb Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 21 Mar 2006 09:08:57 +0000 Subject: [PATCH] Change of function name, no actual change --- mod/forum/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5