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);