Skip to content

Commit

Permalink
MDL-8115 fixed $$submission typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 8, 2007
1 parent f7352c8 commit 4233e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assignment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ function assignment_cron () {
continue;
}

if (!has_capability('moodle/course:view', get_context_instance(CONTEXT_COURSE, $$submission->course))) {
if (!has_capability('moodle/course:view', get_context_instance(CONTEXT_COURSE, $submission->course))) {
echo fullname($user)." not an active participant in $course->shortname\n";
continue;
}
Expand Down

0 comments on commit 4233e8b

Please sign in to comment.