summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-09 16:33:08 +0300
committerAndrew Dolgov <[email protected]>2010-11-09 16:33:08 +0300
commit661135c742cc31bc0eece3bb669dad707d0aff66 (patch)
tree8656af87b9ddb003942083d3233abb36090fba1d /functions.js
parente75df19d5061bde98acdb1fcca7b8471097c6d92 (diff)
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php
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";