MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE

This commit is contained in:
skodak
2006-10-16 09:06:35 +00:00
parent 23a97d83e8
commit ea17d55da1
+1 -1
View File
@@ -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();