summaryrefslogtreecommitdiff
path: root/digest.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 /digest.js
parente75df19d5061bde98acdb1fcca7b8471097c6d92 (diff)
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php
Diffstat (limited to 'digest.js')
-rw-r--r--digest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/digest.js b/digest.js
index 0bb1638a8..50d5e3116 100644
--- a/digest.js
+++ b/digest.js
@@ -719,7 +719,7 @@ function fatal_error(code, msg) {
if (code == 6) {
window.location.href = "digest.php";
} else if (code == 5) {
- window.location.href = "update.php";
+ window.location.href = "db-updater.php";
} else {
if (msg == "") msg = "Unknown error";