From e61d31361f5982d19140f9763084dbe1130305b6 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 27 Mar 2007 11:16:01 +0200 Subject: [PATCH] [svn r11713] --- main/mySpace/lp_tracking.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/mySpace/lp_tracking.php b/main/mySpace/lp_tracking.php index 725655455b..3bae4fbf14 100644 --- a/main/mySpace/lp_tracking.php +++ b/main/mySpace/lp_tracking.php @@ -13,6 +13,7 @@ include_once(api_get_path(LIBRARY_PATH).'tracking.lib.php'); include_once(api_get_path(LIBRARY_PATH).'export.lib.inc.php'); include_once(api_get_path(LIBRARY_PATH).'course.lib.php'); include_once('../newscorm/learnpath.class.php'); +include_once('../newscorm/learnpathItem.class.php'); if(!CourseManager :: is_course_teacher($_user['user_id'], $_GET['course']) && !Tracking :: is_allowed_to_coach_student($_user['user_id'],$_GET['student_id']))