Selaa lähdekoodia

Minor - fix undefined variable

ywarnier 14 vuotta sitten
vanhempi
commit
18602e62bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      main/inc/lib/tracking.lib.php

+ 1 - 1
main/inc/lib/tracking.lib.php

@@ -2879,7 +2879,7 @@ class TrackingUserLogCSV {
 	*/
 	function display_student_publications_tracking_info($view, $user_id, $course_id)
 	{
-		global $TABLETRACK_UPLOADS, $TABLECOURSE_WORK, $dateTimeFormatLong;
+		global $TABLETRACK_UPLOADS, $TABLECOURSE_WORK, $dateTimeFormatLong, $_course;
 		if(substr($view,2,1) == '1')
 		{
 			$new_view = substr_replace($view,'0',2,1);