]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update...
[tt-rss.git] / functions.js
index 9e990c44799f63f07622c0175c1134b459db722e..ae7ecee35e311d38ac875b5bd603a87739cfaeb1 100644 (file)
@@ -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";