diff --git a/main/newscorm/scorm_api.php b/main/newscorm/scorm_api.php index 4c6294aa4a..98948c0a50 100755 --- a/main/newscorm/scorm_api.php +++ b/main/newscorm/scorm_api.php @@ -1159,7 +1159,7 @@ function lms_save_asset() { * Saving the status will be dealt with by the XAJAX function. */ function chamilo_void_save_asset(score, max, min, status) { - logit_lms('chamilo_void_save_asset', 3); + logit_lms('chamilo_void_save_asset('+score+','+max+','+min+','+status+')', 3); olms.score = score; if ((max == null) || (max == '')){ max = 100;