"MDL-21786, fixed function name"

This commit is contained in:
Dongsheng Cai
2010-03-15 08:39:51 +00:00
parent 88342307b0
commit 5738fbfd15
+1 -1
View File
@@ -50,7 +50,7 @@ class block_comments extends block_base {
$cmt->linktext = get_string('showcomments');
$comment = new comment($cmt);
$this->content = new stdClass;
$this->content->text = $comment->init(true);
$this->content->text = $comment->output(true);
$this->content->footer = '';
}