From: skodak Date: Mon, 16 Oct 2006 09:06:35 +0000 (+0000) Subject: MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea17d55da13d99fce555affa6b00f80a03ade887;p=moodle.git MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE --- 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();