summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 9e990c447..ae7ecee35 100644
--- a/functions.js
+++ b/functions.js
@@ -1375,7 +1375,7 @@ function fatalError(code, msg, ext_info) {
if (code == 6) {
window.location.href = "tt-rss.php";
} else if (code == 5) {
- window.location.href = "update.php";
+ window.location.href = "db-updater.php";
} else {
if (msg == "") msg = "Unknown error";