]> git.mjollnir.org Git - moodle.git/commitdiff
Student cannot see handed-in upload single assignment MDL-6770
authorskodak <skodak>
Mon, 2 Oct 2006 08:36:07 +0000 (08:36 +0000)
committerskodak <skodak>
Mon, 2 Oct 2006 08:36:07 +0000 (08:36 +0000)
mod/assignment/type/uploadsingle/assignment.class.php

index 45cda29620803befe670cb1a85b057bacb09a2c3..25e7fd5d0067f0f3c9f3b681bfc0b97357169bd4 100644 (file)
@@ -64,7 +64,8 @@ class assignment_uploadsingle extends assignment_base {
         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');
             }
         }