From dcd3dc47ac2232b738bd73e1f2c49f366b249619 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 4 Aug 2002 18:19:42 +0000 Subject: [PATCH] WHoops - typo on function call --- mod/journal/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/journal/view.php b/mod/journal/view.php index fa1f5e10b5..c303532230 100644 --- a/mod/journal/view.php +++ b/mod/journal/view.php @@ -102,7 +102,7 @@ if ($entry->comment || $entry->rating) { print_heading("Feedback"); - print_feedback($course, $entry); + journal_print_feedback($course, $entry); } -- 2.39.5