Skip to content

Commit

Permalink
Merge branch 'm23_MDL-36168' of git://github.com/danmarsden/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_23_STABLE
  • Loading branch information
danpoltawski committed Nov 20, 2012
2 parents aaf19f1 + b7ed59c commit 81d1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/mod_form.php
Expand Up @@ -499,7 +499,7 @@ function get_data($slashed = true) {
} }


// Turn off completion settings if the checkboxes aren't ticked // Turn off completion settings if the checkboxes aren't ticked
$autocompletion = !empty($data->completion) && $data->completion == COMPLETION_TRACKING_AUTOMATIC; $autocompletion = isset($data->completion) && $data->completion == COMPLETION_TRACKING_AUTOMATIC;


if (isset($data->completionstatusrequired) && is_array($data->completionstatusrequired)) { if (isset($data->completionstatusrequired) && is_array($data->completionstatusrequired)) {
$total = 0; $total = 0;
Expand Down

0 comments on commit 81d1026

Please sign in to comment.