fixed mnod typo

This commit is contained in:
skodak
2007-06-06 07:59:55 +00:00
parent f8c950b362
commit b919d68049
+1 -1
View File
@@ -559,7 +559,7 @@ function grade_handler($eventdata) {
}
// !! TODO: whitelist only some types such as 'import'(?) 'manual'(?) and ignore the rest!!
if ($grade_item->itemtype == 'mnod') {
if ($grade_item->itemtype == 'mod') {
// modules must have own handlers for grade update requests
return true;
}