From ea17d55da13d99fce555affa6b00f80a03ade887 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 16 Oct 2006 09:06:35 +0000 Subject: [PATCH] MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE --- course/report/participation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/report/participation/index.php b/course/report/participation/index.php index 73cd187f31..9ba32c7f4e 100644 --- a/course/report/participation/index.php +++ b/course/report/participation/index.php @@ -165,7 +165,7 @@ $postfun = $module->name.'_get_post_actions'; if (!function_exists($viewfun) || !function_exists($postfun)) { - error(get_string('modulemisssingcode','error',$module->name),$baseurl); + error(get_string('modulemissingcode','error',$module->name),$baseurl); } $viewnames = $viewfun(); -- 2.39.5