Skip to content

Commit

Permalink
Merge branch 'MDL-41380-master' of https://github.com/mr-russ/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Aug 26, 2013
2 parents 6c41655 + cdd8382 commit 97c9172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/moodle2/restore_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@ protected function define_execution() {

// Iterate over aliases in the queue.
foreach ($rs as $record) {
$info = restore_dbops::decode_backup_temp_info($record->info);
$info = backup_controller_dbops::decode_backup_temp_info($record->info);

// Try to pick a repository instance that should serve the alias.
$repository = $this->choose_repository($info);
Expand Down

0 comments on commit 97c9172

Please sign in to comment.