Skip to content

Commit

Permalink
Student cannot see handed-in upload single assignment MDL-6770; backp…
Browse files Browse the repository at this point in the history
…orted from HEAD
  • Loading branch information
skodak committed Oct 2, 2006
1 parent 0a69834 commit 2a02ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/assignment/type/uploadsingle/assignment.class.php
Expand Up @@ -61,7 +61,8 @@ function view() {
if ($submission = $this->get_submission()) {
if ($submission->timemarked) {
$this->view_feedback();
} else if ($filecount) {
}
if ($filecount) {
print_simple_box($this->print_user_files($USER->id, true), 'center');
}
}
Expand Down

0 comments on commit 2a02ff3

Please sign in to comment.