Skip to content

Commit

Permalink
MDL-18728 dml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 28, 2009
1 parent 6d266ca commit 47d01e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/stats/preferences.php
Expand Up @@ -40,7 +40,7 @@
print_error('nocourseid');
}

require_login($course->id);
require_login($course);

$context = get_context_instance(CONTEXT_COURSE, $course->id);
$systemcontext = get_context_instance(CONTEXT_SYSTEM);
Expand Down

0 comments on commit 47d01e0

Please sign in to comment.