]> git.wh0rd.org - tt-rss.git/blobdiff - digest.js
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update...
[tt-rss.git] / digest.js
index 0bb1638a8f42eba043bc0c5500ff7768abc4ca59..50d5e3116e9e429875d1fbca4ef776c8edd80ed6 100644 (file)
--- 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";