Minor - Remove E_NOTICE

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 2f058f539f
commit 6c03916d16
  1. 1
      main/inc/ajax/course_home.ajax.php

@ -474,6 +474,7 @@ switch ($action) {
$start = $limit * $page - $limit;
$course_list = SessionManager::get_course_list_by_session_id($session_id);
$count = 0;
$temp = [];
foreach ($course_list as $item) {
if (isset($course_id) && !empty($course_id)) {

Loading…
Cancel
Save