Jelajahi Sumber

change parameter $with_session to false in function get_student_list_from_course_code CT#602

Carlos Vargas 15 tahun lalu
induk
melakukan
0474556880
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      main/inc/lib/blog.lib.php

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

@@ -2225,7 +2225,7 @@ class Blog {
 			$session_id = 0;
 		}
 
-		$student_list = CourseManager :: get_student_list_from_course_code($currentCourse, true, $session_id);
+		$student_list = CourseManager :: get_student_list_from_course_code($currentCourse, false, $session_id);
 		$user_data = array ();
 
 		// Add users that are not in this blog to the list.