From 0d5e5644b849965713caa51ec59212ad6e3bf2fa Mon Sep 17 00:00:00 2001 From: Sagie Maoz Date: Sat, 6 Aug 2011 21:46:17 +0100 Subject: [PATCH] MDL-26721 automated backups - Fix typo Causing the 'role assignment' backup inclusion to be tied to the users Signed-off-by: Dan Poltawski --- backup/util/helper/backup_cron_helper.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/util/helper/backup_cron_helper.class.php b/backup/util/helper/backup_cron_helper.class.php index ea07094a00b..be15523e77b 100644 --- a/backup/util/helper/backup_cron_helper.class.php +++ b/backup/util/helper/backup_cron_helper.class.php @@ -312,7 +312,7 @@ abstract class backup_cron_automated_helper { $settings = array( 'users' => 'backup_auto_users', - 'role_assignments' => 'backup_auto_users', + 'role_assignments' => 'backup_auto_role_assignments', 'user_files' => 'backup_auto_user_files', 'activities' => 'backup_auto_activities', 'blocks' => 'backup_auto_blocks',