MDL-33624 lang - remove incosistent use of placeholder
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ if (! $cm = get_coursemodule_from_instance('data', $data->id, $data->course)) {
|
||||
}
|
||||
|
||||
if(! $course = $DB->get_record('course', array('id'=>$cm->course))) {
|
||||
print_error('invalidcourseid', '', '', $cm->course);
|
||||
print_error('invalidcourseid');
|
||||
}
|
||||
|
||||
// fill in missing properties needed for updating of instance
|
||||
|
||||
Reference in New Issue
Block a user