diff --git a/main/newscorm/learnpathItem.class.php b/main/newscorm/learnpathItem.class.php index e1adf925c3..d2b0c79bbf 100755 --- a/main/newscorm/learnpathItem.class.php +++ b/main/newscorm/learnpathItem.class.php @@ -4052,7 +4052,7 @@ class learnpathItem lesson_location = '" . $this->lesson_location . "' WHERE c_id = $course_id AND - lp_item_id = " . $this->db_id . "AND + lp_item_id = " . $this->db_id . " AND lp_view_id = " . $this->view_id . " AND view_count = " . $this->get_attempt_id();