diff --git a/main/install/update-db-scorm-1.6.x-1.8.0.inc.php b/main/install/update-db-scorm-1.6.x-1.8.0.inc.php index b44b613d00..735e112133 100644 --- a/main/install/update-db-scorm-1.6.x-1.8.0.inc.php +++ b/main/install/update-db-scorm-1.6.x-1.8.0.inc.php @@ -39,7 +39,7 @@ function my_get_time($time) { // Open log file $fh = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'.log', 'w'); $fh_revert = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'_revert.log', 'w'); -$fh_res = fopen(api_get_path(SYS_ARCHIVE_PATH)'newscorm_'.time().'_res.log', 'w'); +$fh_res = fopen(api_get_path(SYS_ARCHIVE_PATH).'newscorm_'.time().'_res.log', 'w'); fwrite($fh, "-- Recording course homepages links changes to enable reverting\n"); fwrite($fh_revert, "-- Recording reverted course homepages links changes to enable reverting\n"); fwrite($fh_res, "-- Recording resulting course homepages links changes\n");