mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
618b13e1f5
87 changed files with 5262 additions and 41 deletions
|
@ -318,6 +318,7 @@ function url_dndupload_handle($uploadinfo) {
|
|||
$data->introformat = FORMAT_HTML;
|
||||
$data->externalurl = clean_param($uploadinfo->content, PARAM_URL);
|
||||
$data->timemodified = time();
|
||||
$data->coursemodule = $uploadinfo->coursemodule;
|
||||
|
||||
// Set the display options to the site defaults.
|
||||
$config = get_config('url');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue