Skip to content

Commit c19b19d

Browse files
committed
Plugin: BuyCourses: Fix bug in learning path end page/final item when plugin is enabled. End page could not load because of buggy query in services feature of plugin.
1 parent f4f6e1e commit c19b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/buycourses/src/buy_course_plugin.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@ public function getServiceSales(
33233323
$status,
33243324
],
33253325
],
3326-
'ORDER' => 'ss.service_id ASC',
3326+
'ORDER' => $defaultOrder,
33273327
];
33283328
}
33293329

0 commit comments

Comments
 (0)