Skip to content

Commit

Permalink
MDL-6444 Typo in Course/Report/Participation/index.php, patch by Step…
Browse files Browse the repository at this point in the history
…hen Bourget; merged from MOODLE_17_STABLE
  • Loading branch information
skodak committed Oct 16, 2006
1 parent 23a97d8 commit ea17d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/report/participation/index.php
Expand Up @@ -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();
Expand Down

0 comments on commit ea17d55

Please sign in to comment.