Skill: Fix user skills table

pull/3591/head
Angel Fernando Quiroz Campos 6 years ago committed by GitHub
parent 80b8c95af5
commit 19a5c3d96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/inc/lib/skill.lib.php

@ -1429,6 +1429,8 @@ class Skill extends Model
$courseInfo = api_get_course_info_by_id($courseId);
$courseTempList[$courseId] = $courseInfo;
}
} else {
$courseInfo = [];
}
$tableRow = [
'skill_badge' => $resultData['img_small'],

Loading…
Cancel
Save