Merge branch 'wip-mdl-30391' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Sam Hemelryk
2011-11-25 11:29:33 +13:00
+1 -1
View File
@@ -46,7 +46,7 @@ if (!$restore->is_independent()) {
$restore->execute();
} catch(Exception $e) {
$restore->cleanup();
throw new moodle_exception((string)$e);
throw $e;
}
} else {
$restore->save_controller();