Skip to content

Commit

Permalink
Fix logo in xapi export #1120
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed Jun 30, 2022
1 parent 890c056 commit 2e85a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/xerte/export.php
Expand Up @@ -479,14 +479,14 @@ function create_offline_file($varname, $sourcefile, $destfile)
}
} else if($xAPI)
{
xAPI_html_page_create($_GET['template_id'], $row['template_name'], $row['template_framework'], $lo_name, $xml->getLanguage(), $row['date_modified']);
xAPI_html_page_create($_GET['template_id'], $row['template_name'], $row['template_framework'], $lo_name, $xml->getLanguage(), $row['date_modified'], false, false, '', false, $export_logo);
}
else {
if ($export_flash) {
basic_html_page_create($_GET['template_id'], $row['template_name'], $row['template_framework'], $rlo_file, $lo_name);
}
if ($export_html5) {
basic_html5_page_create($_GET['template_id'], $row['template_framework'], $row['parent_template'],$lo_name, $row['date_modified'], $row['date_created'], $tsugi, $export_offline, $offline_includes, $need_download_url, $export_logo);
basic_html5_page_create($_GET['template_id'], $row['template_framework'], $row['parent_template'],$lo_name, $row['date_modified'], $row['date_created'], $tsugi, $export_offline, $offline_includes, $need_download_url, $export_logo);
}
}

Expand Down

0 comments on commit 2e85a96

Please sign in to comment.