mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26: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
|
@ -131,7 +131,7 @@ foreach ($files as $file) {
|
|||
$file_record->filepath = $filepath;
|
||||
$file_record->itemid = 0;
|
||||
$file_record->license = $CFG->sitedefaultlicense;
|
||||
$file_record->author = fullname($authenticationinfo['user']);;
|
||||
$file_record->author = fullname($authenticationinfo['user']);
|
||||
$file_record->source = '';
|
||||
|
||||
//Check if the file already exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue