Skip to content

Commit

Permalink
Merge branch 'MDL-50992-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Aug 10, 2015
2 parents 583ef19 + 01c7ba4 commit 3f3bf3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/lti/typessettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
}
} else {
$type = new stdClass();
// Assign a default empty value for the lti_icon.
$type->lti_icon = '';
$type->lti_secureicon = '';
}

$pageurl = new moodle_url('/mod/lti/typessettings.php');
Expand Down

0 comments on commit 3f3bf3d

Please sign in to comment.