]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget...
authorskodak <skodak>
Mon, 16 Oct 2006 09:06:35 +0000 (09:06 +0000)
committerskodak <skodak>
Mon, 16 Oct 2006 09:06:35 +0000 (09:06 +0000)
course/report/participation/index.php

index 73cd187f317ca453484a19ad5b7db783df3b4b0c..9ba32c7f4ec62cd9a1f3992a10fc1d120e215d79 100644 (file)
     $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();