mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
MDL-30995 completion: switch one type & name for correctness
This commit is contained in:
parent
f7acd639a5
commit
7142a75563
@ -467,7 +467,7 @@ class completion_info {
|
||||
* calling the involved module via modulename_get_completion_state() to check
|
||||
* module-specific conditions.
|
||||
*
|
||||
* @param stdClass|cm $cm_info Course-module
|
||||
* @param stdClass|cm_info $cm Course-module
|
||||
* @param int $possibleresult Expected completion result. If the event that
|
||||
* has just occurred (e.g. add post) can only result in making the activity
|
||||
* complete when it wasn't before, use COMPLETION_COMPLETE. If the event that
|
||||
@ -1318,4 +1318,4 @@ class completion_info {
|
||||
unset($SESSION->completioncache);
|
||||
unset($SESSION->completioncacheuserid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user