Skip to content

Commit

Permalink
Remove E_NOTICE - refs BT#19073
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Aug 31, 2021
1 parent 95f2152 commit c1a2289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/mySpace/student_follow_export.php
Expand Up @@ -509,7 +509,7 @@ function generateHtmlForCourse(int $studentId, array $coursesInSessions, int $co
);

$coursesInfo = [];
$hideConnectionTime = (bool) $values['hide_connection_time'];
$hideConnectionTime = isset($values['hide_connection_time']);
if (!empty($values['sc'])) {
foreach ($values['sc'] as $courseKey) {
[$sessionId, $courseId] = explode('_', $courseKey);
Expand Down

0 comments on commit c1a2289

Please sign in to comment.