diff --git a/vpl.class.php b/vpl.class.php index ad0bc342daa018e215047d266afe7086f5f83502..8f5ce0f90d2f84d58e947588fa27da922fcdada6 100644 --- a/vpl.class.php +++ b/vpl.class.php @@ -1526,7 +1526,7 @@ class mod_vpl { } $tabs [] = vpl_create_tabobject( 'edit.php', $href, 'edit'); } - if (! $example && $submiter && $this->is_submit_able()) { + if (! $example && $submiter) { $href = vpl_mod_href( 'forms/submissionview.php', 'id', $cmid, 'userid', $userid ); $tabs [] = vpl_create_tabobject( 'submissionview.php', $href, 'submissionview'); if ($grader && $this->get_grade() != 0 && $subinstance