Skip to content

Commit ece9eb2

Browse files
committed
Minor - Flint fixes
1 parent e769931 commit ece9eb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main/inc/lib/career.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ public static function parseVertexList($groupCourseList, $vertexList, $addRow, &
951951
if (!isset($item1['SortDate']) || !isset($item2['SortDate'])) {
952952
return false;
953953
}
954+
954955
return $item1['SortDate'] > $item2['SortDate'];
955956
});
956957

main/lp/lp_ajax_save_item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function save_item(
334334
* However, the SCORM does not force the SCO to set the
335335
* cmi.core.lesson_status. There is some additional requirements
336336
* that must be adhered to successfully handle these cases:.
337-
*/
337+
*/
338338
$LMSUpdateStatus = true;
339339
if (!api_get_configuration_value('scorm_lms_update_status_all_time') && $myLPI->get_status() !== "not attempted") {
340340
$LMSUpdateStatus = false;

0 commit comments

Comments
 (0)