Skip to content

Commit

Permalink
Halt upgrader on server errors #716
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Jul 25, 2012
1 parent c06a780 commit 70e1905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/views/admin/upgrade/upgrade_status_js.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
} else {
upgrade_error = true;
}
},
error: function(data) {
upgrade_error = true;
}
});

Expand Down

0 comments on commit 70e1905

Please sign in to comment.