MDL-30995 completion: switch one type & name for correctness

This commit is contained in:
Eloy Lafuente (stronk7) 2012-03-14 18:14:36 +01:00
parent f7acd639a5
commit 7142a75563

View File

@ -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);
}
}
}