Преглед на файлове

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

Carlos Vargas преди 15 години
родител
ревизия
0474556880
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.