MDL-22145 backup storage - add missing userid
This commit is contained in:
@@ -196,6 +196,7 @@ abstract class backup_helper {
|
||||
'itemid' => 0,
|
||||
'filepath' => '/',
|
||||
'filename' => basename($filepath),
|
||||
'userid' => $userid,
|
||||
'timecreated' => time(),
|
||||
'timemodified'=> time());
|
||||
return $fs->create_file_from_pathname($fr, $filepath);
|
||||
|
||||
Reference in New Issue
Block a user