Skip to content

Commit

Permalink
Merge branch 'wip-mdl-30391' of git://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 24, 2011
2 parents c42f128 + ecdd2d1 commit 7355a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/restore.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$restore->execute();
} catch(Exception $e) {
$restore->cleanup();
throw new moodle_exception((string)$e);
throw $e;
}
} else {
$restore->save_controller();
Expand Down

0 comments on commit 7355a8e

Please sign in to comment.