From 633fedbceab527de2a6e5f7b2fcf65112c2a348d Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Tue, 27 Apr 2010 01:10:15 +0000 Subject: [PATCH] MDL-22145 backup storage - add missing userid --- backup/util/helper/backup_helper.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/util/helper/backup_helper.class.php b/backup/util/helper/backup_helper.class.php index 782fa667f77..4ca814da97b 100644 --- a/backup/util/helper/backup_helper.class.php +++ b/backup/util/helper/backup_helper.class.php @@ -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);