Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
+2
View File
@@ -942,6 +942,7 @@ foreach ($categories as $item) {
);
$listData[] = [
'lp_id' => $id,
'learnpath_icon' => $icon_learnpath,
'url_start' => $url_start_lp,
'title' => $my_title,
@@ -1049,6 +1050,7 @@ $template->assign('lp_is_shown', $lpIsShown);
$template->assign('filtered_category', $filteredCategoryId);
$template->assign('allow_min_time', $allowMinTime);
$template->assign('allow_dates_for_student', $allowDatesForStudent);
$template->assign('sec_token', $token);
$templateName = $template->get_template('learnpath/list.tpl');
$content = $template->fetch($templateName);