diff --git a/view_content.php b/view_content.php index c34fde0..21b44c7 100644 --- a/view_content.php +++ b/view_content.php @@ -9,8 +9,6 @@ $cm = get_coursemodule_from_id('exp360', $id, 0, false, MUST_EXIST); $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST); $exp360 = $DB->get_record('exp360', array('id' => $cm->instance), '*', MUST_EXIST); -require_login($course, true, $cm); - $content_id = $exp360->content_id; ?>