From 759a18ddf57b4b53de4ce07f566213c9d351f41b Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 2 Jan 2007 04:37:45 +0000 Subject: [PATCH] MDL-7861, fixing missing tag --- mod/workshop/view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/workshop/view.php b/mod/workshop/view.php index f5adaace48..d39bb6b477 100644 --- a/mod/workshop/view.php +++ b/mod/workshop/view.php @@ -355,6 +355,7 @@ // Get all the students if (!$users = workshop_get_students($workshop)) { + echo (''); print_heading(get_string("nostudentsyet")); print_footer($course); exit; -- 2.39.5