diff --git a/course/report/participation/index.php b/course/report/participation/index.php index 96d549ecb45..8e09e7ea6f3 100644 --- a/course/report/participation/index.php +++ b/course/report/participation/index.php @@ -155,7 +155,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();