Merge branch 'MDL-50992-28' of git://github.com/damyon/moodle into MOODLE_28_STABLE

This commit is contained in:
David Monllao
2015-08-10 11:18:10 +08:00
+3
View File
@@ -73,6 +73,9 @@ if (!empty($id)) {
}
} 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');