mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -267,7 +267,7 @@ switch ($action) {
|
|||
$event['existingfile'] = new stdClass;
|
||||
$event['existingfile']->filepath = $saveas_path;
|
||||
$event['existingfile']->filename = $saveas_filename;
|
||||
$event['existingfile']->url = moodle_url::make_draftfile_url($itemid, $saveas_path, $saveas_filename)->out();;
|
||||
$event['existingfile']->url = moodle_url::make_draftfile_url($itemid, $saveas_path, $saveas_filename)->out();
|
||||
} else {
|
||||
|
||||
$storedfile = $fs->create_file_from_reference($record, $repo_id, $reference);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue