Browse Source

TPL for courses categories of users view grid refs BT#7683

Alex Aragon 8 năm trước cách đây
mục cha
commit
2111e83fe3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/inc/lib/userportal.lib.php

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

@@ -1401,7 +1401,7 @@ class IndexManager
         }
 
         return [
-            'html' => $sessions_with_category.$sessions_with_no_category,
+            'html' => $sessions_with_category.$sessions_with_no_category.$listCourse,
             'session_count' => $sessionCount,
             'course_count' => $courseCount
         ];