MDL-22145 backup storage - add missing userid

This commit is contained in:
Eloy Lafuente
2010-04-27 01:10:15 +00:00
parent ce937f9957
commit 633fedbcea
@@ -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);