Removed usages of deprecated function

This commit is contained in:
Mark Nelson 2013-05-28 17:00:07 +08:00
parent 516506e8f1
commit 60ba77d562
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ $customcert = $DB->get_record('customcert', array('id' => $cm->instance), '*', M
// Ensure the user is allowed to view this page.
require_login($course, true, $cm);
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
$context = context_module::instance($cm->id);
require_capability('mod/customcert:view', $context);
// Initialise $PAGE.