From 2cdcb56958f7636abaf6c8f80f4e39f0768cad7c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 26 Jun 2005 09:31:10 +0000 Subject: [PATCH] Now the entry being commented is showed when adding comments for non-approved entries. Bug 3638. (http://moodle.org/bugs/bug.php?op=show&bugid=3638) --- mod/glossary/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/comment.php b/mod/glossary/comment.php index 79b66a99048..4030e6a3167 100644 --- a/mod/glossary/comment.php +++ b/mod/glossary/comment.php @@ -169,7 +169,7 @@ } else { /// original glossary entry - glossary_print_entry($course, $cm, $glossary, $entry, '', '', false); + glossary_print_entry($course, $cm, $glossary, $entry, 'approval', '', false); echo '
'; if ($usehtmleditor = can_use_html_editor()) {