mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
fixed typo
This commit is contained in:
parent
f8e6e4dbea
commit
b82caceafe
@ -692,7 +692,7 @@ function data_delete_instance($id) { //takes the dataid
|
||||
|
||||
$result = delete_records('data', 'id', $id);
|
||||
|
||||
glossary_grade_item_delete($data);
|
||||
data_grade_item_delete($data);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user