diff --git a/course/report/participation/index.php b/course/report/participation/index.php index 73cd187f317..9ba32c7f4ec 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();