Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-26721 automated backups - Fix typo
Causing the 'role assignment' backup inclusion to be tied to the users

Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
  • Loading branch information
n0nick authored and Sam Hemelryk committed Aug 8, 2011
1 parent 01352e3 commit 0d5e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/util/helper/backup_cron_helper.class.php
Expand Up @@ -312,7 +312,7 @@ public static function launch_automated_backup($course, $starttime, $userid) {

$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',
Expand Down

0 comments on commit 0d5e564

Please sign in to comment.